Merge pull request #443 from ae-utbm/actions

Unit tests do not run on master push
This commit is contained in:
Théo DURR 2022-08-26 16:24:23 +02:00 committed by GitHub
commit 4146c4c5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -31,9 +31,8 @@ jobs:
# See https://github.com/ae-utbm/sith3/wiki/GitHub-Actions#deployment-action
script: |
BASE_DIR="$(dirname "$(realpath "$0")")"
export PATH="$HOME/.poetry/bin:$PATH"
pushd $BASE_DIR
pushd ${{secrets.SITH_PATH}}
VERSION_LAST=$(git rev-parse HEAD)
git pull

View File

@ -1,8 +1,6 @@
name: Unit Testing
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
@ -64,6 +62,4 @@ jobs:
python -m pip install black==22.6.0
- name: Check linting
run: black --check .
run: black --check .