Skip to content

[Chrome Apps EOL] Remove WhatsApp symlinks #1976 #3616 #2396

[Chrome Apps EOL] Remove WhatsApp symlinks #1976 #3616

[Chrome Apps EOL] Remove WhatsApp symlinks #1976 #3616 #2396

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- '**.md'
- '**.sed'
- '**.sh'
- '**.yml'
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.sed'
- '**.sh'
- '**.yml'
jobs:
test-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install xmlstarlet
run: sudo apt-get install xmlstarlet
- name: Run tests
run: make -k test-all