Skip to content

Commit

Permalink
chore: upgrade actions (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmtrek authored Feb 25, 2024
1 parent 3164bee commit 3d408e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test_reuse_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sleep 5
cat nohup.out
grep "running" nohup.out | wc -l | if [ "$(cat -)" -eq "2" ]; then echo "::set-output name=value::PASS"; else echo "::set-output name=value::FAIL"; fi
- uses: nick-invision/assert-action@v1
- uses: nick-invision/assert-action@v2
with:
expected: "PASS"
actual: ${{ steps.check_rebuild.outputs.value }}
3 changes: 1 addition & 2 deletions .github/workflows/smoke_test_window_reuse_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ^1.22

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand All @@ -34,7 +33,7 @@ jobs:
working-directory: ./smoke_test
run: |
python smoke_test.py
- uses: nick-invision/assert-action@v1
- uses: nick-invision/assert-action@v2
with:
expected: "PASS"
actual: ${{ steps.check_rebuild.outputs.value }}

0 comments on commit 3d408e9

Please sign in to comment.