Skip to content

Commit

Permalink
move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milinsoft committed May 12, 2024
1 parent 7660f27 commit bbbeaaf
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
#name: pre-commit
#on:
# pull_request:
# push:
#env:
# DOCKER_IMAGE_NAME: parseltongist/bank_app
# DOCKERFILE_DIRECTORY: ./
#jobs:
# pre-commit:
# name: pre-commit
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.11
# - uses: pre-commit/[email protected]
# docker-build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Build Docker Image
# run: |
# docker build -t $DOCKER_IMAGE_NAME:latest .
# working-directory: ${{ env.DOCKERFILE_DIRECTORY }}
name: pre-commit
on:
pull_request:
push:
env:
DOCKER_IMAGE_NAME: parseltongist/bank_app
DOCKERFILE_DIRECTORY: ./
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/[email protected]
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker Image
run: |
docker build -t $DOCKER_IMAGE_NAME:latest .
working-directory: ${{ env.DOCKERFILE_DIRECTORY }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bbbeaaf

Please sign in to comment.