Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
add the configured deployment environment to the runner
  • Loading branch information
NairodM authored Jul 12, 2024
1 parent de8a50f commit 0bfef99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
persee:
runs-on: self-hosted
environment: development
steps:
-
name: Env check
Expand All @@ -18,7 +19,7 @@ jobs:
hostname >build/hsotname.out
pwd > build/pwd.out
touch build/test.out
module av gcc >build/module_av.out
module av gcc
echo "Working?"
docker:
Expand Down

0 comments on commit 0bfef99

Please sign in to comment.