From a51e531f451839826928edf01e5a0e22a3a6c12b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Apr 2022 16:30:30 +0200 Subject: [PATCH] update action --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f89b914..87100a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: platform: '${{ matrix.platform }}' cc: 1 - - name: tests - run: | - chmod +x ./tests/test.sh - ./tests/test.sh \ No newline at end of file + - name: Run tests + run: | + chmod +x ./tests/test.sh + ./tests/test.sh