Skip to content

Commit

Permalink
Update tests.yaml (#1169)
Browse files Browse the repository at this point in the history
* Update tests.yaml

* Update tests.yaml

use continuous integration environment

* Update tests.yaml

* Update tests.yaml

* Update tests.yaml
  • Loading branch information
lbbrhzn authored May 17, 2024
1 parent 6741911 commit 36079b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
tests:
runs-on: "ubuntu-latest"
name: Run tests
environment: continuous-integration
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -89,4 +90,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
fail_ci_if_error: true
verbose: true

0 comments on commit 36079b1

Please sign in to comment.