Skip to content

Commit

Permalink
starting with no cluster again
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Aug 29, 2023
1 parent 3898771 commit d8e500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ jobs:
run: |
covalent db migrate
if [ "${{ matrix.backend }}" = 'dask' ] ; then
covalent start
elif [ "${{ matrix.backend }}" = 'local' ] ; then
covalent start -d
elif [ "${{ matrix.backend }}" = 'local' ] ; then
covalent start -d --no-cluster
else
echo "Invalid backend specified in test matrix."
exit 1
Expand Down

0 comments on commit d8e500e

Please sign in to comment.