diff --git a/.github/workflows/master-push.yml b/.github/workflows/master-push.yml index 9fc953d..29f692f 100644 --- a/.github/workflows/master-push.yml +++ b/.github/workflows/master-push.yml @@ -3,53 +3,9 @@ on: push: branches: - master + - official-release jobs: - create-and-deploy-compodoc: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Install dependencies - run: npm install @compodoc/compodoc - - name: Run compodoc - run: npm run compodoc - - name: Deploy on pages - uses: peaceiris/actions-gh-pages@v3.7.0-8 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: doc/compodoc - destination_dir: documentation - force_orphan: true - run-tests: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@master - - name: Get time of commit - run: echo "TIME=$(git log -1 --pretty=format:%ct)" >> $GITHUB_ENV - - name: Run tests and upload coverage - uses: docker/build-push-action@v2 - with: - context: ./ - file: ./build/Dockerfile - builder: ${{ steps.buildx.outputs.name }} - target: builder - tags: test-image - build-args: | - UPLOAD_COVERAGE=${{ true }} - GIT_COMMIT_SHA=${{ github.sha }} - GIT_BRANCH=master - GIT_COMMITTED_AT=${{ env.TIME }} - CC_TEST_REPORTER_ID=${{ secrets.CODE_CLIMATE_ID }} - cache-from: type=registry,ref=aamdigital/ndb-server:cache - cache-to: type=registry,ref=aamdigital/ndb-server:cache,mode=max run-semantic-release: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +test