Skip to content

Commit

Permalink
feat: set up automated tests for scripts with dagger
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 19, 2022
1 parent eb457be commit aa2f148
Show file tree
Hide file tree
Showing 210 changed files with 20,880 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Scripts

on:
push:
paths:
- scripts/**

jobs:
dagger:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
uses: dagger/dagger-for-github@v3
with:
workdir: scripts
cmds: |
project update
do test
Empty file added scripts/cue.mod/dagger.mod
Empty file.
Empty file added scripts/cue.mod/dagger.sum
Empty file.
1 change: 1 addition & 0 deletions scripts/cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module: ""
2 changes: 2 additions & 0 deletions scripts/cue.mod/pkg/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/cue.mod/pkg/dagger.io/cue.mod/module.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions scripts/cue.mod/pkg/dagger.io/dagger/compat.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 127 additions & 0 deletions scripts/cue.mod/pkg/dagger.io/dagger/core/exec.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

151 changes: 151 additions & 0 deletions scripts/cue.mod/pkg/dagger.io/dagger/core/fs.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions scripts/cue.mod/pkg/dagger.io/dagger/core/git.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions scripts/cue.mod/pkg/dagger.io/dagger/core/http.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa2f148

Please sign in to comment.