Skip to content

Commit

Permalink
Merge pull request #918 from dolthub/db/update-workflow-syntax
Browse files Browse the repository at this point in the history
/.github/workflows/ci-bats-tests.yaml: remove deprecated syntax
  • Loading branch information
coffeegoddd committed Oct 8, 2020
2 parents 4ff07ca + 46d6b81 commit 5f8afa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-bats-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Create CI Bin
run: |
mkdir -p ./.ci_bin
echo "::add-path::$(pwd)/.ci_bin"
echo "$(pwd)/.ci_bin" >> $GITHUB_PATH
- name: Install Bats
run: |
npm i bats
echo "::add-path::$(pwd)/node_modules/.bin"
echo "$(pwd)/node_modules/.bin" >> $GITHUB_PATH
working-directory: ./.ci_bin
- name: Install Doltpy
run: |
Expand Down

0 comments on commit 5f8afa0

Please sign in to comment.