Skip to content

Commit

Permalink
show some GitHub actions environemnt variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 1, 2022
1 parent dadb023 commit 3fab3cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/runtests.jl
Expand Up @@ -2,3 +2,11 @@ using Test, InvalidationsTest

@test InvalidationsTest.add(1, 2) == 3


@show ENV["CI"]
@show ENV["GITHUB_ACTION"]
@show ENV["GITHUB_ACTION_PATH"]
@show ENV["GITHUB_ACTION_REPOSITORY"]
@show ENV["GITHUB_ACTIONS"]
@show ENV["GITHUB_REPOSITORY"]
@show ENV["GITHUB_REPOSITORY_OWNER"]

0 comments on commit 3fab3cd

Please sign in to comment.