File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,12 @@ jobs:
3434 path : junit
3535
3636 cli_test :
37- strategy :
38- matrix :
39- container_tag :
40- # - "current"
41- - " lts"
42- - " 22"
43- fail-fast : false
44-
4537 runs-on : ubuntu-latest
46- container :
47- image : " node:${{ matrix.container_tag }}"
4838
4939 steps :
5040 - uses : actions/checkout@v4
51- - name : Show node env
52- run : |
53- node -v
54- npm -v
55- - run : npm ci
56- - run : npm run build
57- - run : npm run integrate_test
41+ - uses : earthly/actions-setup@v1.0.13
42+ with :
43+ version : latest
44+ github-token : ${{ secrets.GITHUB_TOKEN }}
45+ - run : earthly +integrate_test
Original file line number Diff line number Diff line change 1414
1515integrate-test :
1616 FROM +build
17- COPY --dir integrate_tests __tests__ .
17+ COPY --dir integrate_tests tests .
1818 RUN rm -rf dist
1919 COPY +build/dist dist
2020
You can’t perform that action at this time.
0 commit comments