Skip to content

Commit

Permalink
checking how environment works
Browse files Browse the repository at this point in the history
  • Loading branch information
GiugAles committed Jan 23, 2024
1 parent 3422b85 commit 65631dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/containerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
persist-credentials: false
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
-
name: yggdrasil is
run: echo ${{ env.YGGDRASIL_VERSION }}
- name: Run checks and tests
run: ./gradlew # disable checks for development
# run: ./gradlew check
Expand Down Expand Up @@ -74,6 +71,7 @@ jobs:

build-container:
needs: build-app
environment: "containerized_debugging"
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 65631dc

Please sign in to comment.