From 7e08664dcd816c467fe538fa5fe9b9274427c56f Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Fri, 16 Feb 2024 20:24:27 +0100 Subject: [PATCH] update tests --- .github/workflows/tests-and-tag.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-and-tag.yml b/.github/workflows/tests-and-tag.yml index 4c44e9a..2d14169 100644 --- a/.github/workflows/tests-and-tag.yml +++ b/.github/workflows/tests-and-tag.yml @@ -1,4 +1,4 @@ -name: Molecule Tests atuin client +name: Lint, test and tag on: push @@ -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: |