diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25f54b8f..9abaed60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,39 +35,4 @@ jobs: if: steps.node-cache.outputs.cache-hit != 'true' run: npm ci #- run: npm run build --if-present - - run: npm test - - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - uses: actions/checkout@v2 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push Docker images - # You may pin to the exact commit or the version. - # uses: docker/build-push-action@0db984c1826869dcd0740ff26ff75ff543238fd9 - uses: docker/build-push-action@v2.2.1 - with: - tags: # optional - fotogjengen/hilfling-frontend:latest - push: false #optional, default is false - auto-merge-dependabot: - runs-on: ubuntu-latest - needs: - - test - - build - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: minor - github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }} - command: merge + - run: npm test \ No newline at end of file