Skip to content

Commit

Permalink
Add custom env job.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 28, 2024
1 parent b3075bd commit 6932a6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@
"name": "Show Roswell Config",
"run": "ros config",
"shell": "bash"
},
{
"name": "Custom ENV",
"run": "echo $CUSTOM_ENV",
"shell": "bash",
"env": {
"CUSTOM-ENV": "Hello world!"
}
}
]
}
Expand Down

0 comments on commit 6932a6b

Please sign in to comment.