-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/master' into crypto
- Loading branch information
Showing
414 changed files
with
10,004 additions
and
2,264 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
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,44 @@ | ||
name: 3.10 | ||
|
||
on: | ||
push: | ||
branches: [ '*' ] | ||
pull_request: | ||
branches: [ '*' ] | ||
|
||
env: | ||
# Use docker.io for Docker Hub if empty | ||
REGISTRY: ghcr.io | ||
# github.repository as <account>/<repo> | ||
#IMAGE_NAME: ${{ github.repository }} | ||
IMAGE_NAME: theshellland/automonisaur | ||
|
||
PKG: automon | ||
PYPI: automonisaur | ||
TWINE_REPOSITORY: https://upload.pypi.org/legacy/ | ||
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/ | ||
TWINE_USERNAME: __token__ | ||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||
|
||
|
||
jobs: | ||
|
||
unittest: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
- name: Install python packages | ||
run: pip3 install -r requirements.txt | ||
- name: install chrome and chromedriver | ||
run: /bin/bash docker/install.sh | ||
- name: Run tests | ||
run: /bin/bash test.sh | ||
env: | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} |
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,44 @@ | ||
name: 3.11 | ||
|
||
on: | ||
push: | ||
branches: [ '*' ] | ||
pull_request: | ||
branches: [ '*' ] | ||
|
||
env: | ||
# Use docker.io for Docker Hub if empty | ||
REGISTRY: ghcr.io | ||
# github.repository as <account>/<repo> | ||
#IMAGE_NAME: ${{ github.repository }} | ||
IMAGE_NAME: theshellland/automonisaur | ||
|
||
PKG: automon | ||
PYPI: automonisaur | ||
TWINE_REPOSITORY: https://upload.pypi.org/legacy/ | ||
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/ | ||
TWINE_USERNAME: __token__ | ||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||
|
||
|
||
jobs: | ||
|
||
unittest: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.11' | ||
- name: Install python packages | ||
run: pip3 install -r requirements.txt | ||
- name: install chrome and chromedriver | ||
run: /bin/bash docker/install.sh | ||
- name: Run tests | ||
run: /bin/bash test.sh | ||
env: | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} |
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,44 @@ | ||
name: 3.12 | ||
|
||
on: | ||
push: | ||
branches: [ '*' ] | ||
pull_request: | ||
branches: [ '*' ] | ||
|
||
env: | ||
# Use docker.io for Docker Hub if empty | ||
REGISTRY: ghcr.io | ||
# github.repository as <account>/<repo> | ||
#IMAGE_NAME: ${{ github.repository }} | ||
IMAGE_NAME: theshellland/automonisaur | ||
|
||
PKG: automon | ||
PYPI: automonisaur | ||
TWINE_REPOSITORY: https://upload.pypi.org/legacy/ | ||
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/ | ||
TWINE_USERNAME: __token__ | ||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||
|
||
|
||
jobs: | ||
|
||
unittest: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.12' | ||
- name: Install python packages | ||
run: pip3 install -r requirements.txt | ||
- name: install chrome and chromedriver | ||
run: /bin/bash docker/install.sh | ||
- name: Run tests | ||
run: /bin/bash test.sh | ||
env: | ||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} |
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.