Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

chore(deps): bump kachick/selfup from 1.1.2 to 1.1.3 #119

chore(deps): bump kachick/selfup from 1.1.2 to 1.1.3

chore(deps): bump kachick/selfup from 1.1.2 to 1.1.3 #119

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: Install yamlfmt
run: go install github.com/google/yamlfmt/cmd/yamlfmt@v0.12.1
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run dummy tests
run: xvfb-run -a npm test
continue-on-error: true
- name: Run tests
run: xvfb-run -a npm test