Skip to content

ci: test

ci: test #1

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Jonah Brüchert <[email protected]>

Check failure on line 1 in .github/workflows/test-import.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-import.yml

Invalid workflow file

`pull-request` is not a valid event name
# SPDX-License-Identifier: CC0-1.0
name: Verfy new data can be imported
on: [pull-request]
jobs:
import:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Fetch submodules
run: git submodule update --init --checkout --remote
- name: Build docker images
run: docker build -t transitous . -f ci/container/Containerfile
- name: Verify that new feeds can be downloaded
run: docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py merge-request