mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 02:13:41 +03:00
Move 'Show github context' to just before flake8
$GITHUB_EVENT_PATH wasn't set in the shell with it first.
This commit is contained in:
parent
71fa1dbcf6
commit
063a83b8e8
20
.github/workflows/pr-checks.yml
vendored
20
.github/workflows/pr-checks.yml
vendored
@ -15,16 +15,6 @@ jobs:
|
|||||||
flake8:
|
flake8:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Show full github context to aid debugging.
|
|
||||||
####################################################################
|
|
||||||
steps:
|
|
||||||
- name: Show github context
|
|
||||||
run: |
|
|
||||||
env
|
|
||||||
cat $GITHUB_EVENT_PATH
|
|
||||||
####################################################################
|
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
# Checkout the necessary commits
|
# Checkout the necessary commits
|
||||||
####################################################################
|
####################################################################
|
||||||
@ -52,6 +42,16 @@ jobs:
|
|||||||
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; elif [ -f requirements.txt ]; then pip install -r requirements.txt ; fi
|
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; elif [ -f requirements.txt ]; then pip install -r requirements.txt ; fi
|
||||||
####################################################################
|
####################################################################
|
||||||
|
|
||||||
|
####################################################################
|
||||||
|
# Show full github context to aid debugging.
|
||||||
|
####################################################################
|
||||||
|
steps:
|
||||||
|
- name: Show github context
|
||||||
|
run: |
|
||||||
|
env
|
||||||
|
cat $GITHUB_EVENT_PATH
|
||||||
|
####################################################################
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
# Lint with flake8
|
# Lint with flake8
|
||||||
####################################################################
|
####################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user