File tree Expand file tree Collapse file tree 5 files changed +13
-14
lines changed Expand file tree Collapse file tree 5 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 11name : CI
2- on : [push, pull_request]
2+ on :
3+ push :
4+ branches :
5+ - master
6+ pull_request :
7+ branches :
8+ - master
9+
310jobs :
411 test :
512 runs-on : ubuntu-20.04
@@ -25,20 +32,10 @@ jobs:
2532 REACT_APP_FIREBASE_STAGING : ' 1'
2633 FUTURECODER_LANGUAGE : en
2734 run : ./scripts/build.sh
28- - name : Saucelabs tunnel
29- uses : saucelabs/sauce-connect-action@v2
30- with :
31- username : ${{ secrets.SAUCE_USERNAME }}
32- accessKey : ${{ secrets.SAUCE_ACCESS_KEY }}
33- tunnelName : github-action-tunnel
34- region : eu-central
3535 - name : Test
3636 env :
3737 FUTURECODER_LANGUAGE : en
3838 FIREBASE_TOKEN : ' 1//03I37hFeN4kn3CgYIARAAGAMSNwF-L9IrUvqofZbhOkS8YMtQBhw_bu2TpWYC5MHvnaZDsWPP0KJMypXPyoxogkl8A6p2RxPJQwQ'
39- SAUCE_TUNNEL : github-action-tunnel
40- SAUCE_USERNAME : ${{ secrets.SAUCE_USERNAME }}
41- SAUCE_ACCESS_KEY : ${{ secrets.SAUCE_ACCESS_KEY }}
4239 run : ./scripts/ci_test.sh
4340 - name : Upload test artifacts
4441 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ <h1 class="center-text">See what others think</h1>
194194 GitHub
195195 </ div >
196196 < div class ="flex ">
197- < span > < i class ="fa fa-star "> </ i > 770 </ span >
197+ < span > < i class ="fa fa-star "> </ i > 1000+ </ span >
198198 </ div >
199199 </ a >
200200 </ div >
Original file line number Diff line number Diff line change 44
55# Run tests in CI, i.e. GitHub Actions
66
7+ export DISPLAY=:99
8+ chromedriver --url-base=/wd/hub &
79npm install -g firebase-tools
810firebase emulators:exec " poetry run pytest tests"
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ <h1 class="center-text">Ce qu'en disent les autres</h1>
250250 GitHub
251251 </ div >
252252 < div class ="flex ">
253- < span > < i class ="fa fa-star "> </ i > 770 </ span >
253+ < span > < i class ="fa fa-star "> </ i > 1000+ </ span >
254254 </ div >
255255 </ a >
256256 </ div >
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ <h1 class="center-text">மற்றவர்கள் என்ன நினை
198198 GitHub
199199 </ div >
200200 < div class ="flex ">
201- < span > < i class ="fa fa-star "> </ i > 770 </ span >
201+ < span > < i class ="fa fa-star "> </ i > 1000+ </ span >
202202 </ div >
203203 </ a >
204204 </ div >
You can’t perform that action at this time.
0 commit comments