Skip to content

Commit 77c879f

Browse files
authored
Update build-and-test.yml
1 parent c07eeb0 commit 77c879f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ jobs:
1818
node-version: 14.x
1919
- name: Install dependencies
2020
run: npm clean-install
21+
- name: Daemonize the app
22+
run: nohup npm run start &
23+
- name: Run HawkScan
24+
uses: stackhawk/[email protected]
25+
with:
26+
apiKey: ${{ secrets.HAWK_API_KEY }}

0 commit comments

Comments
 (0)