Skip to content

chore(deps-dev): bump @types/node from 22.8.1 to 22.8.7 in /flipt-node #754

chore(deps-dev): bump @types/node from 22.8.1 to 22.8.7 in /flipt-node

chore(deps-dev): bump @types/node from 22.8.1 to 22.8.7 in /flipt-node #754

Workflow file for this run

name: Test SDKs
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21.4"
check-latest: true
cache: true
- name: Install Dagger
run: |
cd /usr/local
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.5 sh
- name: Run Integration Tests
run: |
dagger run go run ./test