File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,20 @@ 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
2835 - name : Test
2936 env :
3037 FUTURECODER_LANGUAGE : en
3138 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 }}
3242 run : ./scripts/ci_test.sh
3343 - name : Upload test artifacts
3444 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 11<p align =" center " >
2- <img src =" homepage/static/logo/bordered2.png " width =" 300px " height =" 300px " alt =" logo " >
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>
36</p >
47
58<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 &
97npm install -g firebase-tools
108firebase emulators:exec " poetry run pytest tests"
You can’t perform that action at this time.
0 commit comments