diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 87e3ca0..9496bba 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -10,12 +10,11 @@ jobs: shell: sh run: | apk --update add nodejs npm - - run: npm ci - - run: npm test - name: Check out repository code uses: actions/checkout@v3 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Pass login information + shell: sh env: DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }} run: |