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

ci

parent 7e9cbdb6
No related branches found
No related tags found
No related merge requests found
Pipeline #87965 failed
...@@ -33,3 +33,15 @@ test: ...@@ -33,3 +33,15 @@ 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
- npm install
- npm test
test_client:
script:
- cd client
- npm install
- npm test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment