Commit 161ba8a477ab8b4526f26567a50e27979ba4a28d Parent: 09bb4504029d88089f4c9e25d6dcf8175a618f55 Author: mcol <mcol@posteo.net> Date: 2021-11-26 20:19:58 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-26 20:19:58 +0000 ci: clean up step names with runner os in
.github/workflows/ci.yaml Modified
@@ -27,10 +27,10 @@ path: ~/.stack/ key: ${{ runner.os }}-${{ hashFiles('**/stack.yaml.lock') }} - - name: Build (${{ runner.os }}) + - name: Build run: | stack --no-terminal --silent build - - name: Test (${{ runner.os }}) + - name: Test run: | bash test/test.sh