File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -83,23 +83,23 @@ jobs:
8383 podman tag $IMAGE_NAME $IMAGE
8484 podman push $IMAGE
8585
86- # test:
87- # runs-on: ubuntu-latest
88- # needs: [ prepare ]
89-
90- # container:
91- # image: ${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
92- # options: --user node2 -e CHROME_DISABLE_SANDBOX=1 -e DEBUG=true
93-
94- # steps:
95- # - name: Checkout
96- # run: git clone ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
97-
98- # - run: env
99-
100- # - name: Install and Run
101- # run: |
102- # cd $(basename ${{ github.REPOSITORY }})
103- # git switch "${{ github.REF_NAME }}"
104- # npm install && npm run puppeteer
105- # xvfb-run npm test
86+ test :
87+ runs-on : ubuntu-latest
88+ needs : [ prepare, build ]
89+
90+ container :
91+ image : ${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
92+ options : --user node2 -e CHROME_DISABLE_SANDBOX=1 -e DEBUG=true
93+
94+ steps :
95+ - name : Checkout
96+ run : git clone ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
97+
98+ - run : env
99+
100+ - name : Install and Run
101+ run : |
102+ cd $(basename ${{ github.REPOSITORY }})
103+ git switch "${{ github.REF_NAME }}"
104+ npm install && npm run puppeteer
105+ xvfb-run npm test
You can’t perform that action at this time.
0 commit comments