Skip to content

Commit 52484e9

Browse files
authored
Merge pull request #2 from cpppracticum/PRACTICUMFB-10021
Remove restaurant_multi_threaded
2 parents 4d992a2 + 6a07596 commit 52484e9

File tree

6 files changed

+2
-219
lines changed

6 files changed

+2
-219
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip uninstall conan -y
3535
pip install -U conan==1.59.0
3636
cp -R /home/forconan/.conan /github/home/.conan
37-
37+
3838
- name: run tests sprint1 sum
3939
run: |
4040
cd cpp-backend-tests-practicum/scripts/sprint1
@@ -50,11 +50,6 @@ jobs:
5050
cd cpp-backend-tests-practicum/scripts/sprint1
5151
./restaurant_single_threaded/run.sh
5252
53-
- name: run tests sprint1 restaurant_multi_threaded
54-
run: |
55-
cd cpp-backend-tests-practicum/scripts/sprint1
56-
./restaurant_multi_threaded/run.sh
57-
5853
- name: run tests sprint1 cafeteria
5954
run: |
6055
cd cpp-backend-tests-practicum/scripts/sprint1

sprint1/problems/restaurant_multi_threaded/precode/CMakeLists.txt

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

sprint1/problems/restaurant_multi_threaded/precode/conanfile.txt

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

sprint1/problems/restaurant_multi_threaded/precode/src/main.cpp

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

sprint1/problems/restaurant_multi_threaded/solution/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)