Skip to content

Commit

Permalink
fix: reinstate tests in release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Feb 27, 2025
1 parent 5d04d24 commit 5314550
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,6 @@ jobs:
backend: aws
profile: ${{ env.SLAB_PROFILE }}


# The caller workflow's job (here 'release-tests') does not need to run on the current runner as
# the reusable workflow (here 'continuous-integration.yaml') uses its own runner
release-tests:
name: Run tests
needs: [start-runner-linux] # , release-checks
uses: ./.github/workflows/continuous-integration.yaml
secrets: inherit
with:
event_name: "release"

# Check that everything is up to date and run all non-flaky tests on different Python versions
release-checks:
name: Install deps and run checks
Expand Down Expand Up @@ -238,6 +227,15 @@ jobs:
run: |
./script/actions_utils/check_branch_not_remote.sh --branch_name "${{ env.RELEASE_BRANCH_NAME }}"
# The caller workflow's job (here 'release-tests') does not need to run on the current runner as
# the reusable workflow (here 'continuous-integration.yaml') uses its own runner
release-tests:
name: Run tests
needs: [start-runner-linux, release-checks]
uses: ./.github/workflows/continuous-integration.yaml
secrets: inherit
with:
event_name: "release"

release-pushes:
name: Push new tag and branch
Expand Down

0 comments on commit 5314550

Please sign in to comment.