Skip to content

Commit

Permalink
Merge pull request #123 from ArangoGutierrez/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
ArangoGutierrez authored Jul 30, 2024
2 parents 60e5630 + c4b71ae commit 43bde4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ jobs:
with:
go-version: 'stable'
check-latest: true
- name: Run e2e tests
- name: Run e2e-aws tests
env:
LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs
run: |
make -f tests/Makefile e2e-test
make -f tests/Makefile e2e-aws
- name: Run e2e-vsphere tests
env:
LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs
run: |
make -f tests/Makefile e2e-vsphere
- name: Archive test logs
if: ${{ failure() }}
uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:
- release-*

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 43bde4c

Please sign in to comment.