Skip to content

Commit

Permalink
adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
str-anger committed Jun 6, 2024
1 parent 89acd10 commit 108c53d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

- name: Run extensions smoke tests
run: >
sh tests/mock.sh
sh ./tests/mock.sh
4 changes: 4 additions & 0 deletions tests/mock.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export var1=1
export var2=2
export var3=3
../sh-example/dummy.sh

0 comments on commit 108c53d

Please sign in to comment.