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 a709d60 commit d2b66ab
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/test-env.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
name: Docker
name: Test Build - Auth Server

on:
push:
branches: [dev]
tags: ["v*.*.*"]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
branches:
- main
pull_request:
branches:
- main

jobs:
build_and_publish:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout repository
- name: Checkout code
uses: actions/checkout@v2

- name: echo test env
run: echo "Hello, this is an echo message ${{env.TEST}}"
- name: print to console
run: echo "Hello Watchdog! ${{env.TEST}} ${{github.repository}}"

0 comments on commit d2b66ab

Please sign in to comment.