Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosibi committed Oct 26, 2024
1 parent b46b33f commit 400c48d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/environment_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
envtester:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: One
run: echo "YAML_UPDATED is $YAML_UPDATED"
- name: Show envs 1
Expand All @@ -20,6 +24,6 @@ jobs:
run: |
pwd
find $(pwd)
find /home/runner
bash .github/scripts/set_env.sh
- name: Show envs 2
run: echo "${{ env }}"

0 comments on commit 400c48d

Please sign in to comment.