Skip to content

Commit

Permalink
Run the acceptance test in Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsonjulian committed Oct 9, 2024
1 parent e3ddcbd commit 90bed1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ test:

clean:
rm -f *.html
rm -rf WebGoat

test.html:
./html_report.rb spec test.html

spec:
rspec .

.PHONEY: test clean test.html spec
acceptance:
./acceptance.sh

.PHONEY: test clean test.html spec
4 changes: 4 additions & 0 deletions acceptance.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

gh repo clone WebGoat/WebGoat
./statica WebGoat html

0 comments on commit 90bed1f

Please sign in to comment.