Merge branch 'main' of gitlab.com:etc404/software-engineering-project

This commit is contained in:
kaipher7
2026-04-28 17:50:51 -06:00
+3 -3
View File
@@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
clean: false
- name: Get Metadata
id: meta
@@ -31,9 +34,6 @@ jobs:
- name: Build with Maven
run: mvn clean package -Dmaven.test.skip
- name: Sad Face Emoji
run: cat src/main/resources/static/css/create-recipe.css
- name: Log into Registry
uses: docker/login-action@v2
with: