Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 authored Jun 25, 2024
1 parent 3fa3951 commit 9b32d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- develop
- containerization
pull_request:

jobs:
Expand Down Expand Up @@ -41,5 +42,5 @@ jobs:
run: docker run --interactive --name ci-environ environ-image
- name: Access container
run: docker exec --interactive --tty ci-environ bash
- name: run tests
- name: Run tests
run: cd q-e/Environ/tests && make --ignore-errors run-tests-parallel

0 comments on commit 9b32d23

Please sign in to comment.