fix: 1.9.4 Set try_default to 0 (#68) #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test try_anvil_auto | |
on: | |
push: | |
branches: [ "master" ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: '0' | |
- name: Echo tags | |
run: | | |
git tag | |
- name: Install dependencies | |
run: | | |
pwd | |
ls | |
git status | |
git describe --tags --abbrev=0 | |
- name: (try_anvil_auto) Testing try_anvil, without the stepping | |
run: | | |
./try-anvil/try_anvil_auto || echo -e "\033[1;31mFailed.\e[0m\n" |