We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e3605 commit ea1bfddCopy full SHA for ea1bfdd
2 files changed
.github/workflows/release.yml
@@ -10,7 +10,12 @@ on:
10
- master
11
12
jobs:
13
-
+ test:
14
+ name: Smoketest test-tf-generation
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: actions/checkout@v2
18
+ - run: ansible-playbook ./__tests__/test-tf-generation.yml
19
release:
20
needs: test
21
runs-on: ubuntu-latest
.github/workflows/test.yml
0 commit comments