Skip to content

Commit

Permalink
ci: run all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jul 4, 2023
1 parent e3a93e9 commit 7f2fc64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:

functional:
runs-on: ubuntu-latest-16-cores
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
Expand All @@ -151,15 +154,15 @@ jobs:
- name: Install Magnum with Cluster API
run: ./hack/stack.sh

- name: Setup "tmate" session
uses: mxschmitt/action-tmate@v3
# - name: Setup "tmate" session
# uses: mxschmitt/action-tmate@v3

- name: Run functional tests
run: |
./hack/run-functional-tests.sh
env:
KUBE_TAG: "${{ matrix.kube }}"
NODE_COUNT: 5
NODE_COUNT: 2

- name: Upload Sonobuoy results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7f2fc64

Please sign in to comment.