Skip to content

Commit

Permalink
Remove redundant unit test step from release flow (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Nov 28, 2023
1 parent bab5c5a commit f75bcee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
- name: Verify github actions
run: ./.github/scripts/verify-actions-status.sh ${{ github.ref_name }}

run-unit-tests:
name: Unit tests
needs: verify-head-status
uses: "./.github/workflows/run-unit-tests.yaml"

create-draft:
name: Create draft release
Expand Down Expand Up @@ -86,7 +82,7 @@ jobs:

publish-release:
name: Publish release
needs: [verify-head-status, create-draft, run-unit-tests]
needs: [verify-head-status, create-draft]
runs-on: ubuntu-latest

steps:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/run-unit-tests.yaml

This file was deleted.

0 comments on commit f75bcee

Please sign in to comment.