Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Behind The Math committed Feb 6, 2024
1 parent 58704c0 commit 254baf7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Node.js Tests
name: MySQL tests
on: push
jobs:
unit-tests:
jewish-date:
runs-on: ubuntu-latest
container: mysql:5.7
defaults:
Expand All @@ -18,4 +18,4 @@ jobs:
mysql -u root --batch --database db1 --execute 'SELECT 1; && break;
sleep 1;
done;
- run: bash ./tests/run-tests.sh
- run: bash ./tests/hebrewcalendar/jewish-date/run-tests.sh

0 comments on commit 254baf7

Please sign in to comment.