Skip to content

Commit 594d899

Browse files
Remove launchdarkly/gh-actions/actions/verify-hello-app from ci.yml
1 parent 0f1d968 commit 594d899

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: CI
2-
32
on:
43
push:
54
branches: [main, 'feat/**']
@@ -9,7 +8,6 @@ on:
98
branches: [main, 'feat/**']
109
paths-ignore:
1110
- '**.md' #Do not need to run CI for markdown changes.
12-
1311
jobs:
1412
verify-hello-app:
1513
runs-on: ubuntu-latest
@@ -18,14 +16,6 @@ jobs:
1816
contents: read
1917
steps:
2018
- uses: actions/checkout@v4
21-
2219
- name: Setup Node.js
2320
uses: actions/setup-node@v4
24-
2521
- run: npm i
26-
27-
- uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v2.0.1
28-
with:
29-
use_client_key: true
30-
role_arn: ${{ vars.AWS_ROLE_ARN }}
31-
command: node index.js

0 commit comments

Comments
 (0)