Skip to content

Commit

Permalink
feat: add GH Actions for dagger running
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Jan 7, 2024
1 parent 48faac3 commit 2a7b951
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-sdks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

- uses: actions/setup-go@v4
name: Run Dagger Tests
with:
verb: run
args: go run ./test
version: "0.9.5"

0 comments on commit 2a7b951

Please sign in to comment.