Skip to content

Commit

Permalink
chore(ci): fix yaml gha file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Jan 5, 2024
1 parent e47947d commit 45d0953
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
gha:
runs-on: ubuntu-latest
steps:
- name: Copy event file
- run: cp ./event.json /home/runner/work/_temp/_github_workflow/event.json

- name: Run gha e2e
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cp ./event.json /home/runner/work/_temp/_github_workflow/event.json
- run: npm run gha-e2e

0 comments on commit 45d0953

Please sign in to comment.