Skip to content

Commit

Permalink
Update run_tests filename, workflow run name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Henson committed Mar 14, 2024
1 parent b957a87 commit b305d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI/CD

run-name: Building & Deploying - ${{ github.event.head_commit.message }}
run-name: CI/CD - ${{ github.event.head_commit.message }}

on:
push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
mkdir -p dist && mkdir -p dist/plugins
cp build/smedley_kernel/${{ matrix.build_type }}/smedley_kernel.* dist
cp build/smedley_kernel/${{ matrix.build_type }}/run_tests.* dist
cp build/smedley_kernel/${{ matrix.build_type }}/smedley_run_tests.* dist
cp -r build/smedley_kernel/docs dist/
cp build/plugins/v2up/${{ matrix.build_type }}/v2up.* dist/plugins
cp plugins/v2up/v2up.toml dist/plugins
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
name: ${{ env.artifact_name }}

- name: Run Tests
run: ./run_tests.exe
run: ./smedley_run_tests.exe

deploy-docs:
name: Deploy Docs to Github Pages
Expand Down

0 comments on commit b305d27

Please sign in to comment.