Skip to content

Commit

Permalink
Better step names
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Nov 15, 2024
1 parent 6a50b6a commit a131d4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ jobs:
genbadge tests -i reports/junit/junit.xml
- name: Upload badges and reports to github actions
- name: Make badge dir
if: github.ref_name == 'main' && matrix.os == 'ubuntu-latest'
run: |
mkdir -p badges
mv *badge.svg badges
- name: Setup Temporary Directory
- name: Setup assets dir
if: github.ref_name == 'main' && matrix.os == 'ubuntu-latest'
run: |
mkdir assets
mv badges assets/
mv reports assets/
- name: Clone Target Repository
- name: Clone badges repo
if: github.ref_name == 'main' && matrix.os == 'ubuntu-latest'
run: |
git clone --branch=gh-pages https://${{ secrets.TARGET_REPO_ACCESS_TOKEN }}@github.com/qupath/badges.git badges
Expand All @@ -65,7 +65,7 @@ jobs:
mkdir -p badges/${{ github.event.repository.name }}
mv assets/* badges/${{github.event.repository.name}}/
- name: Deploy to gh-pages
- name: Deploy badges to gh-pages
if: github.ref_name == 'main' && matrix.os == 'ubuntu-latest'
run: |
cd badges
Expand Down

0 comments on commit a131d4a

Please sign in to comment.