mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Merge pull request #443 from ae-utbm/actions
Unit tests do not run on master push
This commit is contained in:
commit
4146c4c5cb
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
4
.github/workflows/unittests.yml
vendored
4
.github/workflows/unittests.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Unit Testing
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
@ -65,5 +63,3 @@ jobs:
|
||||
|
||||
- name: Check linting
|
||||
run: black --check .
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user