Skip to content

Commit

Permalink
Update and rename test.yml to test_and_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shMeske authored Oct 31, 2023
1 parent b8c1468 commit 0f371ea
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test and Build

on:
push:
Expand Down Expand Up @@ -30,3 +30,7 @@ jobs:
if: ${{ matrix.python-version == '3.10' }}
run: |
poetry run poe test
- name: Building
if: ${{ matrix.python-version == '3.10' }}
run: |
poetry run poe build_pipelines

0 comments on commit 0f371ea

Please sign in to comment.