Skip to content

Commit f0beacc

Browse files
authored
Remove mentions of admin console tests in workflow (#626)
1 parent f1494dc commit f0beacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_master.workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
documentation-production:
149149
name: Deployment Doc Prod
150150
runs-on: ubuntu-18.04
151-
needs: [functional-tests, admin-console-tests, documentation-snippet-tests, documentation-dead-links]
151+
needs: [functional-tests, documentation-snippet-tests, documentation-dead-links]
152152
steps:
153153
- uses: actions/checkout@v2
154154
- name: Cache node modules
@@ -177,7 +177,7 @@ jobs:
177177
npm-deploy:
178178
name: Publish Package to NPM.js
179179
runs-on: ubuntu-18.04
180-
needs: [functional-tests, admin-console-tests, documentation-snippet-tests, documentation-dead-links]
180+
needs: [functional-tests, documentation-snippet-tests, documentation-dead-links]
181181
steps:
182182
- uses: actions/checkout@v2
183183
- name: Cache node modules

0 commit comments

Comments
 (0)