Skip to content

Commit

Permalink
Refactor GitHub workflow for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Suharnikov committed Sep 13, 2024
1 parent c82b01a commit b0383cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Run tests

on:
push:
Expand All @@ -27,6 +27,7 @@ jobs:

tests:
runs-on: ubuntu-latest
environment: QA
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b0383cd

Please sign in to comment.