Skip to content

Commit

Permalink
fix: permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanelly95 committed Oct 2, 2023
1 parent 2ea3003 commit eea5f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
exit 0
fi
CI=true npm run test
mv ./gasReporterOutput.json /gasReporterOutput_Current.json
mv ./gasReporterOutput.json /tmp/gasReporterOutput_Current.json
git checkout master
npm install
CI=true npm run test
mv ./gasReporterOutput.json /gasReporterOutput_Master.json
mv ./gasReporterOutput.json /tmp/gasReporterOutput_Master.json
- uses: bissolli/gh-action-persist-workspace@v1
with:
Expand All @@ -144,7 +144,7 @@ jobs:
- name: Run GasCompare
run: |
ls -la
npm run gasCompare /gasReporterOutput_Current.json /gasReporterOutput_Master.json
npm run gasCompare /tmp/gasReporterOutput_Current.json /tmp/gasReporterOutput_Master.json
Expand Down

0 comments on commit eea5f19

Please sign in to comment.