Skip to content

Commit

Permalink
Is it spelled this way?
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 3, 2024
1 parent 388b7f0 commit 8ea4963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu-latest
image: ubuntu:latest
env:
EXAMPLE_VAR: example_value
steps:
- name: Check for dockerenv file, prove to ourselves that we're running in container
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: cd twelf && ./regression.sh
- name: Debugging
run: "echo `pwd` && ls"
- name: Run tests
run: cd twelf && ./regression.sh

0 comments on commit 8ea4963

Please sign in to comment.