forked from ThePornDatabase/namer
-
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.
* initial end-to-end webdriver test Co-authored-by: 4c0d3r <nope>
- Loading branch information
Showing
11 changed files
with
634 additions
and
175 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 |
---|---|---|
|
@@ -40,8 +40,21 @@ jobs: | |
elif [ "$RUNNER_OS" == "macOS" ]; then | ||
env HOMEBREW_NO_AUTO_UPDATE=1 brew install ffmpeg | ||
fi | ||
shell: bash | ||
shell: bash | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
cache: 'yarn' | ||
node-version: '16' | ||
|
||
- name: Install Node packages | ||
run: yarn install | ||
|
||
- name: Build Assets | ||
run: yarn run build | ||
|
||
- run: poetry install | ||
|
||
- run: poetry run pytest | ||
|
||
linting: | ||
|
@@ -93,10 +106,25 @@ jobs: | |
- name: install poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: '1.1.13' | ||
poetry-version: '1.1.13' | ||
|
||
- run: poetry install | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
cache: 'yarn' | ||
node-version: '16' | ||
|
||
- name: Install Node packages | ||
run: yarn install | ||
|
||
- name: Build Assets | ||
run: yarn run build | ||
|
||
- run: poetry run pytest --cov | ||
|
||
- run: poetry run coverage xml | ||
|
||
- uses: codecov/codecov-action@v2 | ||
with: | ||
files: ./coverage.xml | ||
|
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 |
---|---|---|
|
@@ -12,5 +12,6 @@ creds.sh | |
init | ||
.python-version | ||
node_modules | ||
.env | ||
namer/web/public/assets | ||
namer/web/templates |
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.