Skip to content

Commit

Permalink
Merge branch 'main' into test-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta authored Mar 16, 2024
2 parents a0315ef + 381b965 commit 876c26b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file modified .devcontainer/configure_docker.sh
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Configure runner
run: |
./devcontainer/configure_docker.sh
shell: bash

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 876c26b

Please sign in to comment.