Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Oct 22, 2024
1 parent 1ffd353 commit f8b3920
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ jobs:

- name: 'Setup AWS credentials'
run: |
- mkdir -p ~/.aws
- echo "[default]" > ~/.aws/credentials
- echo "aws_access_key_id = xx" >> ~/.aws/credentials
- echo "aws_secret_access_key = xx" >> ~/.aws/credentials
- echo "region = us-east-1" >> ~/.aws/credentials
mkdir -p ~/.aws
echo "[default]" > ~/.aws/credentials
echo "aws_access_key_id = xx" >> ~/.aws/credentials
echo "aws_secret_access_key = xx" >> ~/.aws/credentials
echo "region = us-east-1" >> ~/.aws/credentials
- name: 'Run tests'
run: npm run test tests/e2e/e2e.test.js
Expand Down

0 comments on commit f8b3920

Please sign in to comment.