File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,10 @@ jobs:
2525 REACT_APP_FIREBASE_STAGING : ' 1'
2626 FUTURECODER_LANGUAGE : en
2727 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
3528 - name : Test
3629 env :
3730 FUTURECODER_LANGUAGE : en
3831 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 }}
4232 run : ./scripts/ci_test.sh
4333 - name : Upload test artifacts
4434 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 11<p align =" center " >
2- <a href="https://github.com/alexmojaki/futurecoder/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/alexmojaki/futurecoder?style=flat" alt="MIT license" align="left"></a>
3- <a href="https://github.com/alexmojaki/futurecoder/actions"><img src="https://github.com/alexmojaki/futurecoder/workflows/CI/badge.svg" alt="Tests status" align="left"></a>
4- <img src="homepage/static/logo/bordered2.png" width="300px" height="300px" alt="logo">
5- <a href="https://saucelabs.com"><img src="https://opensource.saucelabs.com/images/opensauce/powered-by-saucelabs-badge-gray.png?sanitize=true" alt="Testing Powered By SauceLabs" align="right"></a>
2+ <img src =" homepage/static/logo/bordered2.png " width =" 300px " height =" 300px " alt =" logo " >
63</p >
74
85<h1 align =" center " ><code >futurecoder</code ></h1 >
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"
You can’t perform that action at this time.
0 commit comments