Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit ea1bfdd

Browse files
committed
ci: merge test and release workflow
1 parent 90e3605 commit ea1bfdd

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ on:
1010
- master
1111

1212
jobs:
13-
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
1419
release:
1520
needs: test
1621
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)