Skip to content

Commit

Permalink
chore: dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Oct 20, 2021
1 parent 105da90 commit b238882
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/release.yml
Expand Up @@ -15,20 +15,11 @@ jobs:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCS_GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}
KARMARUNNERBOT_GITHUB_TOKEN: ${{ secrets.KARMARUNNERBOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}
KARMA_TEST_NO_FALLBACK: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build:check
- run: npm run test:unit
- run: npm run test:e2e
- run: npm run test:client
- run: npm run test:integration
- run: npm run semantic-release
- run: 'echo $SHELL'
- run: 'echo $KARMARUNNERBOT_GITHUB_TOKEN'
- run: 'curl -H "Authorization: token $GITHUB_TOKEN" https://api.github.com'

0 comments on commit b238882

Please sign in to comment.