Skip to content

Commit

Permalink
Add github test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Pan <gh@matiaspan.dev>
  • Loading branch information
matipan committed Jul 5, 2024
1 parent 04e9fc5 commit 0607833
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- main
pull_request:

name: E2E Tests

jobs:
test-docker:
runs-on: ubuntu-latest
steps:
- name: Docker E2E Test
uses: dagger/dagger-for-github@v5
with:
verb: call
module: ./ci
args: test-docker --src . stdout

0 comments on commit 0607833

Please sign in to comment.