Skip to content

Commit

Permalink
Merge pull request #1415 from BitLucid/feat/semaphore
Browse files Browse the repository at this point in the history
ci: Semaphore configuration
  • Loading branch information
tchalvak authored Feb 28, 2023
2 parents c3ac09f + c56b86d commit 65ccd0c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: v1.0
name: Initial Pipeline
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Setup
task:
jobs:
- name: Install and Cache
commands:
- checkout
- cache restore
- yarn install
- cache store
- name: Test
task:
jobs:
- name: test and build
commands:
- checkout
- cache restore
- yarn install
- '# yarn test'

0 comments on commit 65ccd0c

Please sign in to comment.