Skip to content

Commit

Permalink
adding self-hosted to other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Nov 15, 2023
1 parent 4769f2e commit 8be5dfc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ jobs:

test-minimal-action:
name: "Minimal - Github Action Test"
runs-on: "${{ matrix.os }}"
runs-on: ${{ matrix.os }}

strategy:
matrix:
os:
- "ubuntu-latest"
- "macos-latest"
- [ self-hosted linux arm64 ]
- [ self-hosted linux x86 ]
# TODO: test with different flox versions
#flox-version:
# - stable
Expand All @@ -93,13 +95,15 @@ jobs:
test-all-action:
name: "All - Github Action Test"
runs-on: "${{ matrix.os }}"
runs-on: ${{ matrix.os }}

strategy:
matrix:
os:
- "ubuntu-latest"
- "macos-latest"
- [ self-hosted linux arm64 ]
- [ self-hosted linux x86 ]
# TODO: test with different flox versions
#flox-version:
# - stable
Expand Down

0 comments on commit 8be5dfc

Please sign in to comment.