Skip to content

Commit

Permalink
Update terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Jul 18, 2024
1 parent 752c037 commit 223e93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
cd ./dea-sandbox/integration-testing
CURRENT_UID=1000:100 docker-compose up -d
- name: Extract requirements
- name: Extract package versions
run: |
cd ./dea-sandbox/integration-testing
docker-compose exec -T sandbox cat /tmp/requirements.txt > requirements.txt
- name: Read requirements
id: req
- name: Read package versions
id: versions
run: |
{
echo 'content<<EOF'
Expand All @@ -86,7 +86,7 @@ jobs:
message: |
### Installed packages:
```
${{ steps.req.outputs.content }}
${{ steps.versions.outputs.content }}
```
- name: Set up Datacube and Test
Expand Down

0 comments on commit 223e93d

Please sign in to comment.