"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file ".github/workflows/tests.yml" between
fatrace-0.16.3.tar.gz and fatrace-0.17.0.tar.gz

About: fatrace (“file access trace”) reports file access events from all running processes.

tests.yml  (fatrace-0.16.3):tests.yml  (fatrace-0.17.0)
skipping to change at line 12 skipping to change at line 12
on: on:
push: push:
pull_request: pull_request:
schedule: schedule:
- cron: 0 4 * * MON,FRI - cron: 0 4 * * MON,FRI
jobs: jobs:
vm: vm:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Build - name: Build
run: make run: make
- name: Run tests - name: Run tests
run: sudo tests/run run: sudo tests/run
container: container:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
skipping to change at line 36 skipping to change at line 36
- docker.io/amd64/ubuntu:devel - docker.io/amd64/ubuntu:devel
- docker.io/amd64/debian:sid - docker.io/amd64/debian:sid
- registry.fedoraproject.org/fedora:latest - registry.fedoraproject.org/fedora:latest
- registry.fedoraproject.org/fedora:rawhide - registry.fedoraproject.org/fedora:rawhide
container: container:
image: ${{ matrix.container }} image: ${{ matrix.container }}
options: --privileged options: --privileged
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Install build and test dependencies - name: Install build and test dependencies
run: | run: |
if type apt >/dev/null 2>&1; then if type apt >/dev/null 2>&1; then
apt-get update apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-rec ommends gcc libc-dev make python3 btrfs-progs DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-rec ommends gcc libc-dev make python3 btrfs-progs
else else
dnf install -y gcc glibc-devel make python3 btrfs-progs dnf install -y gcc glibc-devel make python3 btrfs-progs
fi fi
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)