Skip to content

ci: update repo structure and CI/CD for v2 #5

ci: update repo structure and CI/CD for v2

ci: update repo structure and CI/CD for v2 #5

Workflow file for this run

name: 'test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
build:
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/centre-for-humanities-computing/danish-foundation-models-devcontainer
cacheFrom: ghcr.io/centre-for-humanities-computing/danish-foundation-models-devcontainer
push: never
runCmd:
make test