Skip to content
Snippets Groups Projects
Commit 3875413d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

test: add xmllint step before build-test

parent dcc4cb7d
No related branches found
No related tags found
1 merge request!54Xmllint both before and after build
...@@ -3,8 +3,18 @@ name: linux-eic-shell ...@@ -3,8 +3,18 @@ name: linux-eic-shell
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
xmllint:
runs-on: ubuntu-latest
stpes:
- uses: actions/checkout@v2
- run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
xmllint *.xml compact/*.xml > /dev/null
build-test: build-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: xmllint
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2 - uses: cvmfs-contrib/github-action-cvmfs@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment