Skip to content

Commit

Permalink
Merge branch 'Friend' of https://github.com/Monify-Dev/monify into Fr…
Browse files Browse the repository at this point in the history
…iend
  • Loading branch information
Danielllllllllllllll committed Jun 27, 2024
2 parents 0742ecc + 15ab348 commit 1e9a4aa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@ on:


jobs:
test:
environment: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.0'

- name: Test
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
run: make test

build_and_publish:
#needs: test
Expand All @@ -27,4 +42,4 @@ jobs:
run: echo ${{ secrets.DOCKER_REGISTRY_PWD }} | docker login registry.nccupass.com --username ${{ secrets.DOCKER_REGISTRY_USER }} --password-stdin

- name: Build and push Docker image
run: make docker_push
run: make docker_push

0 comments on commit 1e9a4aa

Please sign in to comment.