-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,203,442 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,16 @@ name: Go WASM - Build, Test & Deploy | |
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
branches: [ "main"] | ||
pull_request: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-latest, macos-latest] | ||
permissions: | ||
# Give the default GITHUB_TOKEN write permission to commit and push the | ||
# added or changed files to the repository. | ||
|
@@ -27,11 +30,16 @@ jobs: | |
- name: Build | ||
run: ./build_wasm | ||
|
||
- name: Prepare Tests (MacOS) | ||
if: matrix.os == 'macos-latest' | ||
run: | | ||
brew install --cask [email protected] | ||
brew install --cask [email protected] | ||
- name: Test | ||
run: ./run_tests | ||
run: go test -v ./tests/e2e | ||
|
||
- name: Commit and push WASM static pages | ||
if: github.event_name == 'push' | ||
if: github.event_name == 'push' && github.ref_name == 'main' && matrix.os == 'ubuntu-latest' | ||
env: | ||
CI_COMMIT_MESSAGE: Add WASM static pages - $(date +'%Y-%m-%dT%H:%M:%S') | ||
CI_COMMIT_AUTHOR: padaiyal | ||
|
Binary file renamed
BIN
+36.1 MB
.../e2e/resources/selenium-server-4.20.0.jar → ...2e/resources/browsers/windows/firefox.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
geckodriver=v0.35.0 | ||
chromedriver=v.129.0.6668.100 | ||
firefox=v131.0.3 |
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+14.2 MB
tests/e2e/resources/drivers/msedgedriver.exe → .../e2e/resources/drivers/linux/chromedriver
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+16.3 MB
tests/e2e/resources/drivers/chromedriver.exe → ...esources/drivers/windows/chromedriver.exe
Binary file not shown.
Binary file not shown.
Oops, something went wrong.