mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore(CI): rename job CI
This commit is contained in:
parent
ae16f5d2f8
commit
b0ed8d9182
2 changed files with 2 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: build and test
|
name: Build and Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
4
.github/workflows/opam-dependencies.yml
vendored
4
.github/workflows/opam-dependencies.yml
vendored
|
|
@ -1,5 +1,4 @@
|
||||||
|
name: Opam Dependencies
|
||||||
name: Main workflow
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
@ -32,4 +31,3 @@ jobs:
|
||||||
- run: opam install . --deps-only --with-test --with-doc
|
- run: opam install . --deps-only --with-test --with-doc
|
||||||
|
|
||||||
- uses: ocaml/setup-ocaml/analysis@analysis
|
- uses: ocaml/setup-ocaml/analysis@analysis
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue