Skip to content

Commit 457bb54

Browse files
authored
ci: fix pr tests run commands
1 parent 4e437a9 commit 457bb54

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci-run-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
docker ps -a
3535
echo "Fixing permissions..."
3636
chmod -R 777 ./
37-
echo "Copying docker config files..."
37+
echo "Copying config files..."
3838
cp ./docker/configs/settings_local.py ./ietf/settings_local.py
39-
cp ./docker/configs/settings_local_sqlitetest.py ./ietf/settings_local_sqlitetest.py
4039
echo "Installing NPM packages..."
4140
npm install --prefer-offline --no-audit
4241
echo "Building static assets..."
@@ -52,6 +51,6 @@ jobs:
5251
- name: Run all tests
5352
run: |
5453
echo "Running checks..."
55-
./ietf/manage.py check --settings=settings_local
54+
./ietf/manage.py check
5655
echo "Running tests..."
57-
./ietf/manage.py test --settings=settings_local_sqlitetest --failfast
56+
./ietf/manage.py test --settings=settings_sqlitetest --failfast

0 commit comments

Comments
 (0)