Browse Source

better naming

Rodja Trappe 3 years ago
parent
commit
a109b99120
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -25,7 +25,7 @@ jobs:
           pip3 install setuptools==57.4.0 # to fix https://github.com/elimintz/justpy/issues/301
           poetry config virtualenvs.create false --local
           poetry install
-      - name: starting
+      - name: test startup
         run: ./test_startup.sh
 
   slack: