Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 16, 2024
1 parent 78d28ed commit 7e08664
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests-and-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Molecule Tests atuin client
name: Lint, test and tag

on: push

Expand Down Expand Up @@ -43,9 +43,15 @@ jobs:

tag-new-versions:
runs-on: ubuntu-latest
needs:
- molecule-atuin-client
- molecule-atuin-server
- lint-all-files
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: salsify/action-detect-and-tag-new-version@v2
with:
version-command: |
Expand Down

0 comments on commit 7e08664

Please sign in to comment.