Skip to content

Commit 0b423de

Browse files
committed
Fix bug in stable build
1 parent 7c2a49a commit 0b423de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stable-cicd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ jobs:
6868
# To restore a set of files, we only need to match a prefix of the saved key.
6969
restore-keys: pds-${{runner.os}}-mvn-
7070

71-
-
72-
name: ∫ Smoke Tests with Discipline LDDs
73-
run: |
74-
test/smoke-tests.sh
75-
7671
-
7772
name: 🤠 Roundup
7873
uses: NASA-PDS/roundup-action@stable
@@ -90,6 +85,11 @@ jobs:
9085
ADMIN_GITHUB_TOKEN: ${{secrets.ADMIN_GITHUB_TOKEN}}
9186

9287

88+
-
89+
name: ∫ Smoke Tests with Discipline LDDs
90+
run: |
91+
test/smoke-tests.sh
92+
9393
...
9494

9595
# -*- mode: yaml; indent: 4; fill-column: 120; coding: utf-8 -*-

0 commit comments

Comments
 (0)