Skip to content

Commit

Permalink
added release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Jun 23, 2022
1 parent d27d407 commit 6fefe2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:

- name: Go build
run: mkdir -p build && go build -v -o build/tgswitch

- name: Run test data
run: find ./test-data/* -type d -print0 | while read -r -d $'\0' TEST_PATH;do ./build/tgswitch -c "${TEST_PATH}" || exit 1; done;

- name: which
run: which terragrunt

- name: Run Test script
run: chmod 755 test-tgswitch.sh && ./test-tgswitch.sh

0 comments on commit 6fefe2a

Please sign in to comment.