Skip to content

Commit

Permalink
fix: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Jul 22, 2021
1 parent 8388f57 commit aca466e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
46 changes: 1 addition & 45 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test

0 comments on commit aca466e

Please sign in to comment.