Skip to content

Commit

Permalink
Merge pull request #48 from neicnordic/bugfix/set-env
Browse files Browse the repository at this point in the history
fix set env
  • Loading branch information
Dmytro Titov authored Nov 18, 2020
2 parents 3f1be36 + 5e30a52 commit f9035a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set outbox location
run: echo '::set-env name=OUTBOX_LOCATION::'$PWD'/%s/files/'
run: echo "OUTBOX_LOCATION=$PWD/%s/files/" >> $GITHUB_ENV

- name: Spring Boot Run
run: nohup mvn spring-boot:run --no-transfer-progress > nohup.out &
Expand Down

0 comments on commit f9035a0

Please sign in to comment.