mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
fix script 1
This commit is contained in:
2
.github/scripts/setup_examples_test.bash
vendored
2
.github/scripts/setup_examples_test.bash
vendored
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in *; do
|
||||
for f in ../../_examples/*; do
|
||||
if [ -d "$f" ]; then
|
||||
# Will not run if no directories are available
|
||||
go mod init
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -26,7 +26,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup examples for testing
|
||||
working-directory: _examples
|
||||
run: ./.github/scripts/setup_examples_test.bash
|
||||
|
||||
- name: Test examples
|
||||
|
||||
Reference in New Issue
Block a user