Skip to content

Commit 785f136

Browse files
committed
remove workflow without docker
1 parent 8231805 commit 785f136

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Test build pysymgym container and run tests
1+
name: Build project and run tests
22

33
on: [ push, pull_request ]
44

55
jobs:
6-
set-up-and-test-docker:
6+
build-and-test:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
@@ -30,7 +30,7 @@ jobs:
3030
EMAIL=test@example.com
3131
APP_PASSWORD=test_password_123
3232
EOF
33-
33+
3434
- name: Run Python tests
3535
run: |
3636
python -m pytest -v

.github/workflows/build_without_docker_run_file_utils_tests.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)