Commit graph

11 commits

Author SHA1 Message Date
8fc12ed796 track config files 2020-05-17 09:15:07 +02:00
018c6eaa02 install deps 2020-05-17 08:41:39 +02:00
ed56b64d4f fix typo 2020-05-17 08:39:10 +02:00
8e19fb95e9 check github.ref value 2020-05-17 08:37:49 +02:00
1ff9336bce check github.ref value 2020-05-17 08:34:16 +02:00
83d8fb1ec4 fix syntax error #3 2020-05-16 15:51:20 +02:00
5c0fdd71bb fix syntax error #2 2020-05-16 15:47:30 +02:00
d88ca50f72 fix syntax error 2020-05-16 15:44:51 +02:00
6ebaecdf48 add release step to github actions 2020-05-16 15:41:19 +02:00
Ruidy
7333e3474b
Redux (#5)
* install redux and set authSlice

* connect navBar to the sotre

* create User type

* install react-redux-firebase

* bind to firebase

* connect App to firebase auth; display splash screen while loading auth state

* install firestore

* install firestore

* refactor tests

* edit env variables in ci

* refactor tests

* refactor tests

* edit env variables in ci
2020-05-13 19:40:23 +02:00
Ruidy
9f01f46f75
Continuous Integration using Github Actions (#1)
* 🧪install cypress

run yarn cypress to open E2E test runner
run yarn test to tun unit tests

* 🔧 set cypress up

- define a baseUrl in cypress.json
- create a smoke.spec.js to check config.

* fix error in README
2020-05-12 10:15:56 +02:00