Skip to content

Commit

Permalink
Add proper auth test (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Sep 29, 2023
1 parent fa18935 commit c2b1b09
Show file tree
Hide file tree
Showing 5 changed files with 1,780 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,23 @@ jobs:
# https://github.com/prefix-dev/pixi/issues/330
if: matrix.os == 'ubuntu-latest'
auth-token-install:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Move pixi.toml
run: mv test/auth/* .
- uses: ./
with:
auth-host: https://repo.prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- name: Ensure private-package is installed
run: |
test -f .pixi/env/conda-meta/private-package-0.0.1-0.json
pixi-shell:
strategy:
matrix:
Expand Down
Loading

0 comments on commit c2b1b09

Please sign in to comment.