Skip to content

Commit

Permalink
chore(ci): unify event.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Jan 5, 2024
1 parent d7aef5c commit 7c20c87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: rm /home/runner/work/_temp/_github_workflow/event.json
- run: cp .github/workflows/event.json /home/runner/work/_temp/_github_workflow/event.json
- run: |
rm /home/runner/work/_temp/_github_workflow/event.json
cp .github/workflows/event.json /home/runner/work/_temp/_github_workflow/event.json
cat /home/runner/work/_temp/_github_workflow/event.json
- run: npm ci
- run: cat /home/runner/work/_temp/_github_workflow/event.json
- run: npm run gha-e2e

0 comments on commit 7c20c87

Please sign in to comment.