Skip to content

Commit

Permalink
attempt 10 at fixing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-koning committed Sep 16, 2024
1 parent 28de036 commit cf28b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
sudo -u monetdb monetdb start ${{ env.DATABASE }} || true
sudo cat /var/lib/monetdb/merovingian.log
sudo -u monetdb monetdb status
echo "create schema test_schema;" | mclient -d ${{ env.DATABASE }}
echo "create schema test_schema2;" | mclient -d ${{ env.DATABASE }}
echo "alter user monetdb set schema test_schema2;" | mclient -d ${{ env.DATABASE }}
mclient -d ${{ env.DATABASE }} -s "create schema test_schema;"
mclient -d ${{ env.DATABASE }} -s "create schema test_schema2;"
mclient -d ${{ env.DATABASE }} -s "alter user monetdb set schema test_schema2;"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cf28b27

Please sign in to comment.