rename paths for -ls la

This commit is contained in:
John Beverley
2024-08-17 21:58:40 -04:00
parent b7744d98f9
commit 518a86a8d4

View File

@@ -27,11 +27,11 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-key }}
- name: List directory contents
run: ls -la /home/runner/work/BFO-2020
run: ls -la /src/cco-modules
- name: Build and test ontology release
run: make all
working-directory: /home/runner/work/BFO-2020
working-directory: /src/cco-modules
# Run the main steps here
- name: Build and test ontology release