Skip to content

ericcornelissen is running the DOM Clobbering test server check with GitHub Actions 🚀 #8

ericcornelissen is running the DOM Clobbering test server check with GitHub Actions 🚀

ericcornelissen is running the DOM Clobbering test server check with GitHub Actions 🚀 #8

name: build status
run-name: ${{ github.actor }} is running the DOM Clobbering test server check with GitHub Actions 🚀
on:
push:
branches:
- develop
- features/**
pull_request:
branches:
- master
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Start containers
run: docker-compose build web