Skip to content

Commit

Permalink
add container for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 14, 2024
1 parent 10f6781 commit f4946a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
run: echo "Hello World from Github!"
self-hosted:
runs-on: self-hosted
container: debian:latest
steps:
- name: my-step
run: echo "Hello World from self hosted!"
- run: ls
- run: pwd
- run: cd ../../..
- run: ls

0 comments on commit f4946a9

Please sign in to comment.