Skip to content

ci(dagger): fix dagger-cue install #555

ci(dagger): fix dagger-cue install

ci(dagger): fix dagger-cue install #555

Workflow file for this run

name: Test e2e
on:
pull_request:
branches: [main]
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build deps
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install -y protobuf-compiler libprotobuf-dev
- name: Build and install
run: yarn
- name: Test
run: yarn test