Skip to content

Commit f2f920a

Browse files
Add CI scripts folder (#166)
* Add folder, move bash scripts * Update test.yml
1 parent d188582 commit f2f920a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
run: composer install --prefer-dist
5353

5454
#- name: Fetch & setup gotify plugin
55-
# run: bash .ci/setup-plugin.sh
55+
# run: bash .ci/scripts/setup-plugin.sh
5656

5757
- name: Start gotify & httpbin docker containers
5858
run: docker-compose up -d
5959

6060
- name: Test connections to docker containers
61-
run: bash .ci/connections.sh
61+
run: bash .ci/scripts/connections.sh
6262

6363
- name: Run phpunit
6464
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)