Skip to content

Updated Fuxa and testing Github Actions devcontainer build #10

Updated Fuxa and testing Github Actions devcontainer build

Updated Fuxa and testing Github Actions devcontainer build #10

Workflow file for this run

name: devContainer
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
name: Run devcontainer test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: "Create environment files"
run: |
.devcontainer/prepare-env.sh
source .devcontainer/software/.env
cp .devcontainer/software/devcontainer.json .devcontainer/devcontainer.json
cp .devcontainer/software/docker-compose.yml .devcontainer/docker-compose.yml
- name: run tests
uses: devcontainers/ci@v0.3
with:
runCmd: software/build.sh