Skip to content

Commit

Permalink
chore: fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 3, 2024
1 parent fe69e45 commit d944276
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- name: Lint files
run: inv lint
- name: Run unit tests
run: inv utest
- name: Run acceptance tests
run: |
rfbrowser init chromium
inv utest
- name: Run acceptance tests
run: |
inv atest
- name: Python Semantic Release
id: release
Expand Down

0 comments on commit d944276

Please sign in to comment.