Skip to content

Commit

Permalink
revert unnecessary workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 3, 2024
1 parent 01e54de commit 78e384c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --verbose
run: npm ci
- name: Run Linting
run: npm run lint
- name: Inspect Lockfile
Expand All @@ -58,7 +58,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --verbose
run: npm ci
- name: Run CI Script Unit Tests
run: npm run unit:scripts

Expand All @@ -79,7 +79,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --verbose
run: npm ci
- name: Run Unit Tests
run: npm run unit
- name: Archive Unit Test Coverage
Expand All @@ -104,7 +104,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --verbose
run: npm ci
- name: Run Docker Services
run: npm run services
- name: Run Integration Tests
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --verbose
run: npm ci
- name: Run Docker Services
run: npm run services
- name: Run Versioned Tests
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
with:
name: logs-${{ matrix.node-version }}.tgz
path: ./logs-${{ matrix.node-version }}.tgz

# There is no coverage for external as that's tracked in their respective repos
versioned-external:
needs: skip_if_release
Expand All @@ -180,7 +180,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --verbose
run: npm ci
- name: Run Versioned Tests
run: TEST_CHILD_TIMEOUT=600000 npm run versioned:external
env:
Expand Down

0 comments on commit 78e384c

Please sign in to comment.