Commit c826d6d 1 parent 0259437 commit c826d6d Copy full SHA for c826d6d
File tree 3 files changed +22
-17
lines changed
3 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
3
4
- name : Node.js CI
4
+ name : ui
5
5
6
6
on :
7
7
push :
11
11
12
12
jobs :
13
13
build :
14
-
15
14
runs-on : ubuntu-latest
16
-
17
- strategy :
18
- matrix :
19
- node-version : [18.x]
20
- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
-
22
15
steps :
23
16
- uses : actions/checkout@v2
24
- - name : Use Node.js ${{ matrix.node-version }}
25
- uses : actions/setup-node@v1
26
- with :
27
- node-version : ${{ matrix.node-version }}
28
- - run : ./install.sh
29
- - run : ./build.sh
30
- - run : ./test.sh
31
- # TODO: build dockers too
17
+ - run : docker compose build api
Original file line number Diff line number Diff line change
1
+ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
+ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
+
4
+ name : ui
5
+
6
+ on :
7
+ push :
8
+ branches : [ master ]
9
+ pull_request :
10
+ branches : [ master ]
11
+
12
+ jobs :
13
+ build :
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : actions/checkout@v2
17
+ - run : docker compose build db
Original file line number Diff line number Diff line change 1
1
# Jeu de mots
2
2
3
- <a href =" https://github.com/berdal84/jeudemots-ng/actions?query=workflow Node.js CI " title =" ng build " >
3
+ [ ![ ui] ( https://github.com/berdal84/jeudemots/actions/workflows/ui.yml/badge.svg?branch=master&event=status )] ( https://github.com/berdal84/jeudemots/actions/workflows/ui.yml )
4
+ [ ![ api] ( https://github.com/berdal84/jeudemots/actions/workflows/api.yml/badge.svg?branch=master&event=status )] ( https://github.com/berdal84/jeudemots/actions/workflows/api.yml )
5
+ [ ![ db] ( https://github.com/berdal84/jeudemots/actions/workflows/db.yml/badge.svg?branch=master&event=status )] ( https://github.com/berdal84/jeudemots/actions/workflows/db.yml )
4
6
<img src =" https://github.com/berdal84/jeudemots-ng/workflows/Node.js CI/badge.svg " />
5
7
</a >
6
8
You can’t perform that action at this time.
0 commit comments