-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mark Sagi-Kazar <[email protected]>
- Loading branch information
1 parent
96bf7c0
commit 8d44ff1
Showing
2 changed files
with
37 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: CI (experimental) | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
|
||
permissions: | ||
contents: read | ||
|
||
env: | ||
DAGGER_VERSION: 0.13.5 | ||
|
||
jobs: | ||
e2e: | ||
name: E2E | ||
runs-on: depot-ubuntu-latest-16,dagger=0.13.5 | ||
|
||
steps: | ||
# Required as a workaround for Dagger to properly detect Git metadata | ||
- name: Checkout repository | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | ||
|
||
- name: Run pipeline | ||
run: dagger call etoe | ||
|
||
dagger: | ||
name: CI | ||
runs-on: depot-ubuntu-latest-16,dagger=0.13.5 | ||
|
||
steps: | ||
# Required as a workaround for Dagger to properly detect Git metadata | ||
- name: Checkout repository | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | ||
|
||
- name: Run pipeline | ||
run: dagger call ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters