Skip to content

Commit

Permalink
add the docker lambda prepared on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodmont committed Nov 30, 2023
1 parent 0051638 commit da2869d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Prepare docker
run: docker pull yukinying/chrome-headless-browser-stable:118.0.5993.117
- name: Prepare docker lambda
run: yarn prepare:lambda:test
- name: Run unit tests
run: yarn test-ci

Expand Down

0 comments on commit da2869d

Please sign in to comment.