Skip to content

Commit

Permalink
chore(github-actions-test.yml): adjust github action
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 12, 2021
1 parent e8a203b commit ddd1aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
ORSKEY: ${{ secrets.ORSKEY }}
- run: npm install
- run: cd src && cp config-examples/* config && for i in config/*-example.js; do mv -- "$i" "${i%-example.js}.js"; done
- run: echo env.ORSKEY
- run: npm run integration

0 comments on commit ddd1aa3

Please sign in to comment.