Skip to content

chore(ci): Update version, fix github outputs #3

chore(ci): Update version, fix github outputs

chore(ci): Update version, fix github outputs #3

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: yarn
- name: running tests
run: yarn test
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: test Docker image build
uses: docker/build-push-action@v5
with:
push: false
file: Dockerfile
no-cache: true