Skip to content

Commit

Permalink
gha test
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Jan 31, 2025
1 parent 310dfa2 commit 48b6268
Showing 1 changed file with 32 additions and 30 deletions.
62 changes: 32 additions & 30 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Pull Request CI

on:
pull_request:
push:
branches:
- miguel/feehistory3

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand All @@ -14,32 +16,32 @@ jobs:
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

license-check:
name: License Check
uses: ./.github/workflows/license-check.yaml

lint:
name: Lint
uses: ./.github/workflows/lint-go.yaml

module-check:
name: Go Module Check
uses: ./.github/workflows/go-mod-check.yaml

run-e2e-tests:
name: E2E Tests
uses: ./.github/workflows/test-e2e.yaml

# This doesn't publish the image, it just tests the publishing workflow (build the image / tags / labels)
test-docker-publish:
name: Test Docker Publish
uses: ./.github/workflows/publish-docker-images.yaml
secrets: inherit
permissions:
contents: read
packages: write
with:
images: |
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=${{ github.ref }}-${{ github.sha }}
# license-check:
# name: License Check
# uses: ./.github/workflows/license-check.yaml

# lint:
# name: Lint
# uses: ./.github/workflows/lint-go.yaml

# module-check:
# name: Go Module Check
# uses: ./.github/workflows/go-mod-check.yaml

# run-e2e-tests:
# name: E2E Tests
# uses: ./.github/workflows/test-e2e.yaml

# # This doesn't publish the image, it just tests the publishing workflow (build the image / tags / labels)
# test-docker-publish:
# name: Test Docker Publish
# uses: ./.github/workflows/publish-docker-images.yaml
# secrets: inherit
# permissions:
# contents: read
# packages: write
# with:
# images: |
# ghcr.io/${{ github.repository }}
# tags: |
# type=raw,value=${{ github.ref }}-${{ github.sha }}

0 comments on commit 48b6268

Please sign in to comment.