Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jan 4, 2024
1 parent cb3fe5b commit e84e8ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ on:
schedule:
- cron: "0 0 * * 0"
jobs:
test:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: manusa/actions-setup-minikube@v2.7.2
- uses: manusa/actions-setup-minikube@v2.10.0
with:
minikube version: "v1.28.0"
kubernetes version: "v1.25.4"
minikube version: "v1.32.0"
kubernetes version: "v1.29.0"
github token: ${{secrets.GITHUB_TOKEN}}
- run: curl https://skupper.io/install.sh | sh
- run: curl https://skupper.io/staging/install.sh | sh
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: ./plano test --debug
- run: ./plano test

0 comments on commit e84e8ea

Please sign in to comment.