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 a504917 commit b9831cc
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Expand Up @@ -18,16 +18,4 @@ jobs:
KARMARUNNERBOT_GITHUB_TOKEN: ${{ secrets.KARMARUNNERBOT_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: DOODLE=CAPOT echo $DOODLE

0 comments on commit b9831cc

Please sign in to comment.