Skip to content

Commit 2b546d5

Browse files
committed
feat: added echos for Racket workflow
1 parent 5c9d946 commit 2b546d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-solutions.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
version: '8.15'
1919
- name: Run Racket solutions
2020
run: |
21+
echo "Laboratorul 1"
2122
xvfb-run -a racket ./racket/intro/solutii/*.rkt
23+
echo "Laboratorul 2"
2224
xvfb-run -a racket ./racket/recursivitate/solutii/*.rkt
25+
echo "Laboratorul 3"
2326
xvfb-run -a racket ./racket/functionale/solutii/*.rkt
27+
echo "Laboratorul 4"
2428
xvfb-run -a racket ./racket/legare/solutii/*.rkt
29+
echo "Laboratorul 5"
2530
xvfb-run -a racket ./racket/intarzierea-evaluarii/solutii/*.rkt

0 commit comments

Comments
 (0)