Skip to content

Commit

Permalink
bash ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 23, 2024
1 parent f02424f commit 6f1c6a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-unckan-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Flake8
shell: bash
run: |
chown -R ckan:ckan /app/unckan
su - ckan
Expand All @@ -52,6 +53,7 @@ jobs:
--statistics
- name: Install requirements
shell: bash
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
su - ckan
Expand All @@ -62,6 +64,7 @@ jobs:
pip install -e .
- name: Setup extension
shell: bash
# Extra initialization steps
run: |
su - ckan
Expand All @@ -74,6 +77,7 @@ jobs:
# ckan -c test.ini db upgrade -p unckan
- name: Run tests
shell: bash
run: |
su - ckan
source /app/unckan/venv/bin/activate
Expand Down

0 comments on commit 6f1c6a7

Please sign in to comment.