Skip to content

Commit

Permalink
change port to 8080 to avoid permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 14, 2024
1 parent 517adf1 commit f59bb99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
- run: go mod download

- run: go run cmd/dgate-server/main.go &
- run: |
export PORT=8080
go run cmd/dgate-server/main.go &
- name: Wait for server to start
run: sleep 15
- run: ./functional-tests/admin_tests/performance_test_prep.sh
- run: |
export PROXY_URL=http://localhost:8080
./functional-tests/admin_tests/performance_test_prep.sh
- name: Run local k6 test
uses: grafana/k6-action@v0.3.1
Expand Down

0 comments on commit f59bb99

Please sign in to comment.