Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brueckner committed Sep 12, 2024
1 parent 764eba2 commit 61c38a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:
jobs:

build:
runs-on: sphinxdoc/sphinx
#runs-on: ubuntu-latest
#runs-on: sphinxdoc/sphinx
runs-on: ubuntu-latest

steps:
- name: Testing
run: echo "Heya!"
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 61c38a9

Please sign in to comment.