Skip to content

feat(web): update to web: ^1.0.0 #13200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
590467d
feat(web): update to web 1.0.0
Lyokone Aug 20, 2024
eb46364
update example apps
Lyokone Aug 20, 2024
216bb0a
update JS Interop
Lyokone Aug 20, 2024
5c5f880
update CI
Lyokone Aug 20, 2024
f38ff04
Update other packages dependencies
Lyokone Aug 20, 2024
9c3181d
fix typing
Lyokone Aug 20, 2024
1a1ab45
test: skip app check `activate()` on web
russellwheatley Sep 9, 2024
eb50caf
analyse issue
russellwheatley Sep 9, 2024
07ecdc0
test: revert skip
russellwheatley Sep 10, 2024
9476095
test: move app check web to seperate test runner
russellwheatley Sep 10, 2024
11c294b
test: update app check test runner
russellwheatley Sep 10, 2024
f283499
test: use macos runner
russellwheatley Sep 10, 2024
70eb02b
Merge branch 'main' into web-ci-2
russellwheatley Sep 10, 2024
3dc8f7f
chore: remove code comment
russellwheatley Sep 10, 2024
898d1ff
test: update e2e tests for web
russellwheatley Sep 10, 2024
1e968c0
update
russellwheatley Sep 10, 2024
2f8694c
update
russellwheatley Sep 10, 2024
15019f9
test: fix app-check test runner
russellwheatley Sep 10, 2024
5e8fcae
chore: improve logic
russellwheatley Sep 10, 2024
7837f4d
revert logic
russellwheatley Sep 10, 2024
8c226ff
Merge branch 'main' into feat/update-web100
Lyokone Sep 10, 2024
31dd256
test: update test running implementation
russellwheatley Sep 10, 2024
3b75862
test: use debug token for app check
russellwheatley Sep 10, 2024
a224600
Merge remote-tracking branch 'origin/web-ci-2' into feat/update-web100
Lyokone Sep 10, 2024
a348007
Merge branch 'main' into feat/update-web100
Lyokone Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: use macos runner
  • Loading branch information
russellwheatley committed Sep 10, 2024
commit f28349975bf2df85ac0c955ed37b837cde6cde5b
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
shell: bash

web-app-check:
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
key: firebase-emulators-v3-${{ github.run_id }}
restore-keys: firebase-emulators-v3
- name: Start Firebase Emulator
run: cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
run: sudo chown -R 501:20 "/Users/runner/.npm" && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
- name: 'E2E Tests'
working-directory: tests
# Web devices are not supported for the `flutter test` command yet. As a
Expand Down
Loading