Skip to content

Commit

Permalink
ci(dagger): fix dagger-cue install
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 3, 2024
1 parent 43aefcf commit 3d15cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Dagger
uses: dagger/dagger-for-github@v3
with:
install-only: true
uses: dagger/dagger-for-github@v5
- name: Build deps
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl
curl -L https://dl.dagger.io/dagger-cue/install.sh | VERSION=0.2.232 sh
./bin/dagger-cue version
- name: Dagger project update
run: ./bin/dagger-cue project update
- name: Dagger do test
run: ./bin/dagger-cue do test --log-format plain
curl -sSLf https://raw.githubusercontent.com/octohelm/wagon/main/install.sh | sh
- name: Wagon do test
run: wagon do test
# - name: Dagger do deploy
# run: dagger do deploy --log-format plain
File renamed without changes.

0 comments on commit 3d15cd4

Please sign in to comment.