Skip to content

Add Ireland high level decommission plan for production #153

Add Ireland high level decommission plan for production

Add Ireland high level decommission plan for production #153

Workflow file for this run

---
name: pr-tests
on: pull_request
env:
NODE_VERSION: "14.x"
PYTHON_VERSION: "3.x"
NODE_ENV: development
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 #v4.0.1
with:
node-version: "${{env.NODE_VERSION}}"
- uses: ruby/setup-ruby@bd03e04863f52d169e18a2b190e8fa6b84938215 #v1.170.0
with:
bundler-cache: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c #v5.0.0
with:
python-version: "${{env.PYTHON_VERSION}}"
- run: pip install --user -r requirements.txt
- run: sudo apt install git
- name: Build
run: bundle exec middleman build