Skip to content

build(deps-dev): bump @types/node from 22.8.7 to 22.9.0 in /flipt-client-node #1480

build(deps-dev): bump @types/node from 22.8.7 to 22.9.0 in /flipt-client-node

build(deps-dev): bump @types/node from 22.8.7 to 22.9.0 in /flipt-client-node #1480

Workflow file for this run

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