Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Apr 13, 2023
1 parent 68efd30 commit 2464636
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,6 @@ jobs:
location: ${{ secrets.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}

- name: Forward port
run: |
kubectl port-forward \
--namespace tracetest-pr-${{ github.event.pull_request.number }} \
svc/tracetest-pr-${{ github.event.pull_request.number }} 3000:11633 &
- name: Cache dependencies
id: cache-nodemodules
uses: actions/cache@v3
Expand All @@ -382,10 +376,16 @@ jobs:
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: cd web/; npm ci


- name: Forward port
run: |
kubectl port-forward \
--namespace tracetest-pr-${{ github.event.pull_request.number }} \
svc/tracetest-pr-${{ github.event.pull_request.number }} 3000:11633 &
- name: Run integration tests
run: |
./scripts/wait-for-port.sh 3000 &
./scripts/check-port.sh 3000 &
cd web/
npm run cy:ci
env:
Expand Down

0 comments on commit 2464636

Please sign in to comment.