Skip to content

Repo for dev container changed to use lowercase to satisfy Docker #4

Repo for dev container changed to use lowercase to satisfy Docker

Repo for dev container changed to use lowercase to satisfy Docker #4

Workflow file for this run

name: 'build'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- benchmarking
jobs:
build:
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 }}
# See https://github.com/devcontainers/ci/blob/main/docs/github-action.md
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/PRL-PRG/r_compile_server
# Change this to be your CI task/script
runCmd: cd server; mvn --batch-mode --update-snapshots test