Skip to content

Commit

Permalink
ci: adds test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 committed Jul 8, 2024
1 parent d2b66ab commit 0f6f919
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
branches:
- main

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}


jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -17,4 +22,4 @@ jobs:
uses: actions/checkout@v2

- name: print to console
run: echo "Hello Watchdog! ${{env.TEST}} ${{github.repository}}"
run: echo "Hello Watchdog! ${{secrets.TEST}} ${{github.repository}} ${{env.REGISTRY}}"

0 comments on commit 0f6f919

Please sign in to comment.