Skip to content

Commit

Permalink
Needs works
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jun 16, 2024
1 parent 608c2dc commit 8cb0961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-integration-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
name: Build Integration
- run: cd test/conformance && synapse compile --target aws
name: Compile Test Suite
- run: synapse test
- run: cd test/conformance && synapse test
name: Run Tests
- if: success() || failure()
run: synapse destroy
run: cd test/conformance && synapse destroy
name: Clean-up

0 comments on commit 8cb0961

Please sign in to comment.