WIP: Fetch tags during build to or semver will not work what bacalh s… #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Pipeline | |
on: | |
push: | |
branches: ["eng-292/jamlo/improve-go-linting-in-ci"] | |
# pull_request: | |
# branches: [main] | |
# repository_dispatch: | |
# types: [ok-to-test] | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
secrets: inherit | |
integration-tests: | |
needs: build | |
if: success() | |
uses: ./.github/workflows/testcontainers-integration-tests.yml | |
with: | |
os: linux | |
arch: amd64 |