Skip to content

Commit

Permalink
test all channels
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Aug 29, 2024
1 parent 729160a commit 94b60ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ jobs:
os:
- "ubuntu-latest"
- "macos-latest"
channel:
- "stable"
- "nightly"

steps:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Test Local Action"
uses: "flox/install-flox-action@main"
with:
channel: "${{ matrix.channel }}"

- name: "Test Local Action"
uses: "./"
Expand Down

0 comments on commit 94b60ef

Please sign in to comment.