Skip to content

Commit

Permalink
CI: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Uceda committed Aug 21, 2022
1 parent cf83229 commit ee6c46c
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -30,14 +30,14 @@ jobs:
- name: Install deps
run: npm ci
# test --------
- name: test
- name: Test
run: npm run test -- --browsers=ChromeHeadless
# linter --------
- name: lint
- name: Linter
run: npm run eslint
# #transpilation --------
# - name: compile
# run: npm run compile
#release --------
- name: release
- name: Release
run: npx semantic-release
File renamed without changes.

0 comments on commit ee6c46c

Please sign in to comment.