Skip to content

Commit

Permalink
ci(dagger): remove 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 c907491
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Dagger
uses: dagger/dagger-for-github@v3
- name: Test
uses: dagger/dagger-for-github@v5
with:
install-only: true
- 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
verb: run
args: ""
version: "0.9.3"
# - name: Dagger do deploy
# run: dagger do deploy --log-format plain

0 comments on commit c907491

Please sign in to comment.