Skip to content

Commit

Permalink
Adding integration tests in the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Mar 22, 2023
1 parent ab33eee commit bfbb82f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,23 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

integration-tests:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '^1.18.0'
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.2
- run: make vendor
- run: make provider-tests

Benchmark:
runs-on: ubuntu-latest
needs: Coverage
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/integration-tests.yaml

This file was deleted.

0 comments on commit bfbb82f

Please sign in to comment.