Skip to content

Commit

Permalink
Merge pull request #29 from AstarVienna/fh/tests
Browse files Browse the repository at this point in the history
Use new DevOps tests workflow
  • Loading branch information
teutoburg authored Jan 25, 2024
2 parents ba51033 + 8946f51 commit e9e778a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ on:

jobs:
call-tests:
name: Call tests
name: Offline tests
uses: AstarVienna/DevOps/.github/workflows/tests.yml@poetry
secrets: inherit

call-updated-tests:
name: Tests with updated dependencies
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@poetry
secrets: inherit

0 comments on commit e9e778a

Please sign in to comment.