Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: #150 typo on ci pipelines
  • Loading branch information
enriquezrene committed Apr 27, 2020
commit 3290e05ceb42356babecaee2d79cf7ee70200084
2 changes: 1 addition & 1 deletion .github/workflows/CI-mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.stack_exchange_access_token }}
run: sudo sh scripts/populate-keys.sh

- name: Run the test
- name: Running tests
run: npm run ci-test --if-present

- name: Installing stryker-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.stack_exchange_access_token }}
run: sudo sh scripts/populate-keys.sh

- name: Run the test
- name: Running tests
run: npm run ci-test --if-present

- name: Generate coverage report
Expand Down