Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Sep 11, 2024
1 parent 23f2a6e commit b93190d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
run: |
BASEDIR=$(pwd)
TESTS_REPO_DIR="/tmp/tests"
TESTS_DIR="$TESTS_REPO_DIR/testing"
# setup custom DNS resolve
sudo echo "127.0.0.1 tracetest.localdev" | sudo tee -a /etc/hosts
sudo echo "127.0.0.1 pokeshop.localdev" | sudo tee -a /etc/hosts
Expand All @@ -71,8 +70,8 @@ jobs:
pwd
tree
cat e2e-tracetesting/tests/setup/extract-default-token.setup.ts
npx playwright test e2e-tracetesting/tests/setup/extract-default-token.setup.ts --grep '@manual'
cat testing/e2e-tracetesting/tests/setup/extract-default-token.setup.ts
npx playwright test testing/e2e-tracetesting/tests/setup/extract-default-token.setup.ts --grep '@manual'
############################################
############################################
Expand Down

0 comments on commit b93190d

Please sign in to comment.