Skip to content
Snippets Groups Projects
Commit d34f4e8b authored by Mathias Picker's avatar Mathias Picker
Browse files

pls work

parent 03f61293
No related branches found
No related tags found
No related merge requests found
Pipeline #87981 failed
...@@ -33,9 +33,6 @@ test: ...@@ -33,9 +33,6 @@ test:
# Create database table # Create database table
- echo "CREATE TABLE Tasks (id INT NOT NULL AUTO_INCREMENT, title TEXT NOT NULL, done BOOL - echo "CREATE TABLE Tasks (id INT NOT NULL AUTO_INCREMENT, title TEXT NOT NULL, done BOOL
DEFAULT false, PRIMARY KEY(id));" | mysql $MYSQL_DATABASE DEFAULT false, PRIMARY KEY(id));" | mysql $MYSQL_DATABASE
test_server:
script:
- cd server - cd server
- npm install - npm install
- npm test - npm test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment