Skip to content

Commit

Permalink
Merge pull request #362 from aziontech/dev
Browse files Browse the repository at this point in the history
Deploy 2023.11.24
  • Loading branch information
csfeijo authored Nov 24, 2023
2 parents 2789927 + 3b4f879 commit cd13816
Show file tree
Hide file tree
Showing 180 changed files with 25,953 additions and 7,795 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Pre-merge

on:
pull_request:
types: [opened]
push:
branches:
- dev
- main

env:
HUSKY: 0

jobs:
tests:
runs-on: self-hosted
container:
image: node:18-alpine3.18
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install SO deps
run: apk add curl bash git

- name: Install dependencies
run: yarn ci

- name: Run lint
run: yarn lint

- name: Run tests
run: yarn test:unit:headless
Loading

0 comments on commit cd13816

Please sign in to comment.