Skip to content

Commit

Permalink
Move tests into ./tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Feb 27, 2024
1 parent 7e2b90b commit 33b8e57
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:

outputs:
triggered:
description: 'Has a deployment has been triggered?'
description: 'Has a deployment has been triggered? [true|false]'
value: ${{ jobs.deploys.outputs.triggered }}

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
API_NAME: nest
BASE_URL: https://${{ github.event.repository.name }}-${{ inputs.target }}-frontend.${{ env.DOMAIN }}
run: |
cd integration-tests
cd test/integration/
npm ci
node src/main.js
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
BACKEND_URL: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/api
FRONTEND_URL: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}
with:
filename: ./load-test/${{ matrix.name }}-test.js
filename: ./tests/load/${{ matrix.name }}-test.js
flags: --vus 10 --duration 30s
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 33b8e57

Please sign in to comment.