Skip to content

Commit

Permalink
add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-lindstrom committed Jan 8, 2025
1 parent 4997c82 commit 710cbdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: build images
on:
push:
branches:
- '**'

jobs:
drone-ci-generic:
runs-on: ubuntu-latest
steps:
- run: echo "hello there"

0 comments on commit 710cbdb

Please sign in to comment.