mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
test caching with dev container
This commit is contained in:
parent
1d77ed3fb0
commit
fbf648ff30
17
.github/workflows/ffo-test.yaml
vendored
Normal file
17
.github/workflows/ffo-test.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: ffo test ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- test-depot
|
||||
|
||||
jobs:
|
||||
devcontainer:
|
||||
name: prepare devcontainer
|
||||
runs-on: depot-ubuntu-22.04-8
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: run tests
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
runCmd: echo "hello world"
|
Loading…
Reference in New Issue
Block a user