SoheilKhodayari is running the DOM Clobbering test server check with GitHub Actions 🚀 #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |