Skip to content

Commit db85a59

Browse files
committed
fix: add feeds and trigger refresh after app start
1 parent cf362c2 commit db85a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
env:
1818
PRECIS_STORAGE_HANDLER: ${{ inputs.storage_handler }}
19-
CONFIG_DIR: tests/integration/config/
19+
CONFIG_DIR: ${{ github.workspace }}/tests/integration/config
2020
RSS_BASE_URL: http://localhost:8000
2121
steps:
2222
- name: checkout
@@ -29,7 +29,7 @@ jobs:
2929
- name: test
3030
run: |
3131
source .venv/bin/activate
32+
make run-ci
3233
precis load-feeds
3334
precis check-feeds
34-
make run-ci
3535
make test

0 commit comments

Comments
 (0)