Skip to content

Commit

Permalink
chore: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaandersen committed Nov 12, 2024
1 parent df859d4 commit 10e42f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/roberta-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Monorepo pipeline - docker-fix

on:
push:
branches: [docker-build-x-image]


jobs:
docker-test:
runs-on: ubuntu-latest
steps:
- name: Echos the env variables
run: echo "Hallo"

0 comments on commit 10e42f6

Please sign in to comment.