Skip to content

Commit

Permalink
Check cache invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbohm committed May 28, 2024
1 parent 6cabaca commit a1ad994
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,23 @@ jobs:
run: |
set -e # Enable error handling
make run_dbimport

# test:
# needs: noas-check
# runs-on: ${{ needs.noas-check.outputs.matrix-config.os }}
# name: Test on ${{ needs.noas-check.outputs.matrix-config.os }} with R ${{ needs.noas-check.outputs.matrix-config.r }}
# steps:
# - uses: actions/checkout@v4

# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'

# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt

# - name: Run tests
# run: pytest
2 changes: 0 additions & 2 deletions 3rdparty/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ download: $(addsuffix _download, $(modules))
.PHONY: clean
clean: $(addsuffix _clean, $(modules))
$(MAKE) -f make_rpacs.mk clean

# Bump comment to check cache invalidation

0 comments on commit a1ad994

Please sign in to comment.