Skip to content

Commit 80e8be1

Browse files
Split config script test into its own step
1 parent a58d025 commit 80e8be1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
run: |
4141
elixir --version | grep 'Erlang/OTP 25'
4242
elixir --version | grep 'Elixir 1.15'
43-
grep -q "hello, world" hello.txt
43+
- name: Check configuration script
44+
run: |
45+
grep "hello, world" hello.txt

0 commit comments

Comments
 (0)