Skip to content

Commit

Permalink
fip oidc test
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Aug 10, 2024
1 parent 8dfb64a commit 5fc20ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions github-actions-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ sudo true
sudo `which not-my-board` agent --token-cmd 'curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=not-my-board" | jq -r ".value"' http://localhost:2092 &
sleep 1

sudo not-my-board attach "$script_dir/test.toml"
sudo `which not-my-board` attach "$script_dir/test.toml"
sleep 1
sudo not-my-board status
sudo `which not-my-board` status

kill "$hub_pid"

0 comments on commit 5fc20ca

Please sign in to comment.