Skip to content

Commit

Permalink
Create compile-examples.yml
Browse files Browse the repository at this point in the history
Ci to build examples
  • Loading branch information
anton-k authored Oct 20, 2023
1 parent c02a778 commit 1f2d93b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [push]
name: "build examples"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: freckle/stack-action@v4
with:
working-directory: ./examples/mig-example-apps

0 comments on commit 1f2d93b

Please sign in to comment.