build and test pipelines #2

Merged
bizcochito merged 37 commits from build into develop 2024-02-23 07:14:21 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 19266e9534 - Show all commits

View File

@ -5,6 +5,8 @@ jobs:
unit-test: unit-test:
container: container:
image: rust image: rust
volumes:
- /usr/local/cargo:/usr/local/cargo:ro
steps: steps:
- name: Installing necessary packages - name: Installing necessary packages
run: apt update && apt install nodejs git -y run: apt update && apt install nodejs git -y