Skip to content

Commit

Permalink
feat: Improve CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jun 3, 2024
1 parent 3999a8f commit 3328af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Publish Docker image
name: Publish image in Docker Hub

on:
release:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flask CI
name: Run tests

on:
push:
Expand Down Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Run Tests
env:
FLASK_ENV: testing
BLUEPRINTS_DIR: app/blueprints
MARIADB_HOSTNAME: 127.0.0.1
MARIADB_PORT: 3306
MARIADB_TEST_DATABASE: uvlhubdb_test
Expand Down

0 comments on commit 3328af1

Please sign in to comment.