-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from sebastienbarbier/develop
Release v1.2.0
- Loading branch information
Showing
86 changed files
with
7,191 additions
and
6,033 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 |
---|---|---|
|
@@ -7,24 +7,37 @@ jobs: | |
matrix: | ||
node-version: [18.12.1] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
services: | ||
seven23: | ||
image: sebastienbarbier/seven23 | ||
env: | ||
ALLOW_ACCOUNT_CREATION: True | ||
ports: | ||
# Maps tcp port 5432 on service container to the host | ||
- 8000:8000 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: 'npm' | ||
- run: npm install caniuse-lite --legacy-peer-deps | ||
- run: npm install --legacy-peer-deps | ||
- run: npm install caniuse-lite | ||
- run: npm install | ||
- run: npm run build:no-progress --if-present | ||
env: | ||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }} | ||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} | ||
- run: npx browserslist@latest --update-db | ||
- run: npm run test | ||
# - run: npm run e2e:cli | ||
- name: Cypress install | ||
uses: cypress-io/[email protected] # use the explicit version number | ||
with: | ||
# Disable running of tests within install job | ||
install-command: npm install --legacy-peer-deps | ||
install-command: npm install | ||
runTests: true | ||
start: npm run serve:build http://127.0.0.1:8080 | ||
record: true | ||
|
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 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 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 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 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 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
Oops, something went wrong.