Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore: migrate to github actions (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo Kovalskyi authored Mar 16, 2023
1 parent ac56380 commit 54a6b48
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: continuous-integration

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
checks:
uses: mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.22.6
6 changes: 0 additions & 6 deletions Jenkinsfile

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ One idea that we probably will do is make it possible to specify more than one t
repo-specific tests, in a per-repo `manual_tests.md` file. The middleware will then iframe this file,
if present, into the "Details" page.

## Publishing a new version

```
GH_TOKEN=xxx npx semantic-release --no-ci
```

## Thanks

Loosely based on https://developer.github.com/guides/building-a-ci-server/.

0 comments on commit 54a6b48

Please sign in to comment.