Skip to content

Commit

Permalink
Merge branch 'main' into adjust-buildless-to-cloud-events
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm authored Jan 7, 2025
2 parents 7523174 + beedc7d commit e65281a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/_unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ jobs:
- name: run test
run: make -C components/serverless test

buildless-serverless-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: ./.github/actions/setup-go
- name: run test
run: make -C components/buildless-serverless test

0 comments on commit e65281a

Please sign in to comment.