Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts #27
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Apr 20, 2024
1 parent 66b1e3f commit 8adbd82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci
on: [ push ]
on: [ push, workflow_dispatch ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/kash
Submodule kash updated 2 files
+68 −12 kash.sh
+38 −9 scripts/run_tests.sh
1 change: 1 addition & 0 deletions scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ else
;;
esac
done

shift $((OPTIND-1))
WORKSPACE_DIR="$1"
DEVELOPMENT_REPO_URL="$GITHUB_URL/kalisio/development.git"
Expand Down

0 comments on commit 8adbd82

Please sign in to comment.