Skip to content

Merge pull request #6 from cloudogu/feature/team-notification-due-fai… #57

Merge pull request #6 from cloudogu/feature/team-notification-due-fai…

Merge pull request #6 from cloudogu/feature/team-notification-due-fai… #57

Workflow file for this run

name: Test scripts on push
on:
push:
branches:
- main
jobs:
test_scripts:
name: Test scripts
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
-
# this is necessary to prevent desynch state when triggered by previous workflow
name: Sync git repository
run: git checkout HEAD^
-
name: Run Bats Tests
uses: ffurrer2/bats-action@v1
with:
args: ./test/checkHelmVersion.bats