Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ynahmany committed Nov 21, 2024
1 parent 58ccf2e commit ef8d4f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
echo "Matrix Index: ${{ matrix.shard }}"
- name: Create the output file
run: |
mkdir playwright-last-failed
cd playwright-last-failed
mkdir basic
cd basic
mkdir test-result
cd test-result
touch .last-run.json
cd ../../../
ls -la
- name: Run My Action (Sharding)
id: sharding_action
Expand Down

0 comments on commit ef8d4f1

Please sign in to comment.