Skip to content

Commit

Permalink
updated ci to run both commands on integration-tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
marythedev committed Dec 5, 2023
1 parent 533e177 commit 2b95d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
AWS_SESSION_TOKEN: ${{ secrets.AWS_SESSION_TOKEN }}
AWS_DYNAMODB_TABLE_NAME: fragments
- name: Setup Local AWS Resources
run:
run: |
chmod +x ./scripts/local-aws-setup.sh
./scripts/local-aws-setup.sh
- name: Run Hurl Tests
Expand Down

0 comments on commit 2b95d19

Please sign in to comment.