Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2fb96cc

Browse files
author
Matt Calhoun
authored
use reusable workflow (cloudposse#7)
1 parent 5e2d216 commit 2fb96cc

File tree

2 files changed

+3
-81
lines changed

2 files changed

+3
-81
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
check-dist:
10-
name: "Step 1: assure dist directory matches the source code"
11-
uses: ./.github/workflows/check-dist.yml
10+
name: "check-dist matches source"
11+
uses: cloudposse/github-actions-workflows/.github/workflows/ci-typescript-app-check-dist.yml@main
1212

1313
test:
14-
name: "Step 2: run integration tests"
14+
name: "integration tests"
1515
runs-on: ubuntu-latest
1616
needs: check-dist
1717
steps:

.github/workflows/check-dist.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)