diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad5a498..488160c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: os: - "ubuntu-latest" - "macos-latest" + channel: + - "stable" + - "nightly" steps: - name: "Checkout" @@ -29,6 +32,8 @@ jobs: - name: "Test Local Action" uses: "flox/install-flox-action@main" + with: + channel: "${{ matrix.channel }}" - name: "Test Local Action" uses: "./"