Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca4cff9

Browse files
authored
Merge pull requestalexmojaki#422 from alexmojaki/no-saucelabs
Just the logo
2 parentse7a323c +94d0cb0 commitca4cff9

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name:CI
2-
on:[push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
-master
6+
pull_request:
7+
branches:
8+
-master
9+
310
jobs:
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

‎homepage/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h1 class="center-text">See what others think</h1>
194194
GitHub
195195
</div>
196196
<divclass="flex">
197-
<span><iclass="fa fa-star"></i>770</span>
197+
<span><iclass="fa fa-star"></i>1000+</span>
198198
</div>
199199
</a>
200200
</div>

‎scripts/ci_test.sh‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ set -eux
44

55
# Run tests in CI, i.e. GitHub Actions
66

7+
export DISPLAY=:99
8+
chromedriver --url-base=/wd/hub&
79
npm install -g firebase-tools
810
firebase emulators:exec"poetry run pytest tests"

‎translations/locales/fr/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h1 class="center-text">Ce qu'en disent les autres</h1>
250250
GitHub
251251
</div>
252252
<divclass="flex">
253-
<span><iclass="fa fa-star"></i>770</span>
253+
<span><iclass="fa fa-star"></i>1000+</span>
254254
</div>
255255
</a>
256256
</div>

‎translations/locales/ta/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h1 class="center-text">மற்றவர்கள் என்ன நினை
198198
GitHub
199199
</div>
200200
<divclass="flex">
201-
<span><iclass="fa fa-star"></i>770</span>
201+
<span><iclass="fa fa-star"></i>1000+</span>
202202
</div>
203203
</a>
204204
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp