Skip to content

Commit

Permalink
Merge pull request #4 from ninech/fix-ci
Browse files Browse the repository at this point in the history
fix ci pipeline
  • Loading branch information
gajicdev authored Nov 16, 2023
2 parents 4cace7b + cb819db commit d8835a8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,9 @@ jobs:
printf "Output: %s\n" "${builders}"
printf "builders=%s\n" "${builders}" >> "$GITHUB_OUTPUT"
integration:
name: Integration Tests
runs-on: ubuntu-22.04
needs: unit
strategy:
matrix:
builder: ${{ fromJSON(needs.unit.outputs.builders) }}
fail-fast: false # don't cancel all test jobs when one fails
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Checkout
uses: actions/checkout@v3
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
- name: Run Integration Tests
run: ./scripts/integration.sh --use-token --builder ${{ matrix.builder }}
env:
GIT_TOKEN: ${{ github.token }}

release:
name: Release
runs-on: ubuntu-22.04
needs: integration
steps:
- name: Setup Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit d8835a8

Please sign in to comment.