We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2a49a commit 0b423deCopy full SHA for 0b423de
.github/workflows/stable-cicd.yaml
@@ -68,11 +68,6 @@ jobs:
68
# To restore a set of files, we only need to match a prefix of the saved key.
69
restore-keys: pds-${{runner.os}}-mvn-
70
71
- -
72
- name: ∫ Smoke Tests with Discipline LDDs
73
- run: |
74
- test/smoke-tests.sh
75
-
76
77
name: 🤠 Roundup
78
uses: NASA-PDS/roundup-action@stable
@@ -90,6 +85,11 @@ jobs:
90
85
ADMIN_GITHUB_TOKEN: ${{secrets.ADMIN_GITHUB_TOKEN}}
91
86
92
87
88
+ -
89
+ name: ∫ Smoke Tests with Discipline LDDs
+ run: |
+ test/smoke-tests.sh
+
93
...
94
95
# -*- mode: yaml; indent: 4; fill-column: 120; coding: utf-8 -*-
0 commit comments