Skip to content

Commit

Permalink
playwright coverage WIP(14)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 11, 2024
1 parent 2295806 commit 117d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
FAST_PID=$!
echo "Started fastagency with PID: $FAST_PID"
echo "FAST_PID=$FAST_PID" >> $GITHUB_OUTPUT
sleep 300
env:
COVERAGE_PROCESS_START: "e2e/playwright.coverage.cfg"
- run: echo "obtained FAST_PID" ${{ steps.fastagency-start.outputs.FAST_PID}}
Expand Down Expand Up @@ -141,6 +140,7 @@ jobs:
else
echo "Fastagency with PID $PID has exited."
fi
sleep 100
- run: ls -al .coverage
- run: ls
Expand Down

0 comments on commit 117d05a

Please sign in to comment.