-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Benjamin Perez <[email protected]>
- Loading branch information
Benjamin Perez
committed
Nov 12, 2024
1 parent
2ca484c
commit 8c934b5
Showing
13 changed files
with
23 additions
and
398 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 |
---|---|---|
|
@@ -537,101 +537,6 @@ jobs: | |
timeout-minutes: 5 | ||
run: npx testcafe "firefox:headless" web-app/tests/permissions-6/ --skip-js-errors | ||
|
||
all-permissions-7: | ||
name: Permissions Tests Part 7 | ||
needs: | ||
- compile-binary | ||
runs-on: [ubuntu-latest] | ||
strategy: | ||
matrix: | ||
go-version: [1.22.x] | ||
os: [ubuntu-latest] | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- name: Read .nvmrc | ||
id: node_version | ||
run: echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV | ||
- name: Enable Corepack | ||
run: corepack enable | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ env.NVMRC }} | ||
- name: Install MinIO JS | ||
working-directory: ./ | ||
continue-on-error: false | ||
run: | | ||
yarn add minio | ||
- uses: actions/cache@v4 | ||
name: Console Binary Cache | ||
with: | ||
path: | | ||
./console | ||
key: ${{ runner.os }}-binary-${{ github.run_id }} | ||
|
||
- name: clean-previous-containers-if-any | ||
run: | | ||
docker stop minio || true; | ||
docker container prune -f || true; | ||
- name: Start Console, front-end app and initialize users/policies | ||
run: | | ||
(./console server) & (make initialize-permissions) | ||
- name: Install TestCafe | ||
run: npm install [email protected] | ||
|
||
- name: Run TestCafe Tests | ||
timeout-minutes: 5 | ||
run: npx testcafe "firefox:headless" web-app/tests/permissions-7/ --skip-js-errors | ||
|
||
all-permissions-8: | ||
name: Permissions Tests Part 8 | ||
needs: | ||
- compile-binary | ||
runs-on: [ubuntu-latest] | ||
strategy: | ||
matrix: | ||
go-version: [1.22.x] | ||
os: [ubuntu-latest] | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- name: Read .nvmrc | ||
id: node_version | ||
run: echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV | ||
- name: Enable Corepack | ||
run: corepack enable | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ env.NVMRC }} | ||
- name: Install MinIO JS | ||
working-directory: ./ | ||
continue-on-error: false | ||
run: | | ||
yarn add minio | ||
- uses: actions/cache@v4 | ||
name: Console Binary Cache | ||
with: | ||
path: | | ||
./console | ||
key: ${{ runner.os }}-binary-${{ github.run_id }} | ||
|
||
- name: clean-previous-containers-if-any | ||
run: | | ||
docker stop minio || true; | ||
docker container prune -f || true; | ||
- name: Start Console, front-end app and initialize users/policies | ||
run: | | ||
(./console server) & (make initialize-permissions) | ||
- name: Install TestCafe | ||
run: npm install [email protected] | ||
|
||
- name: Run TestCafe Tests | ||
timeout-minutes: 5 | ||
run: npx testcafe "firefox:headless" web-app/tests/permissions-8/ --skip-js-errors | ||
|
||
all-permissions-A: | ||
name: Permissions Tests Part A | ||
needs: | ||
|
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.