-
-
Notifications
You must be signed in to change notification settings - Fork 953
50 lines (41 loc) · 1020 Bytes
/
tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: tests
permissions:
contents: read
issues: write
pull-requests: write
actions: read
checks: read
deployments: read
discussions: read
packages: read
repository-projects: read
security-events: read
statuses: read
on: [push, pull_request]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-latest
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Install bash from homebrew
if: ${{ startsWith(matrix.os, 'macos-') }}
run: brew install bash
- name: Checkout code
uses: actions/checkout@v4
- name: Install reconFTW
shell: bash
continue-on-error: true
run: ./install.sh
- name: Check if all tools are installed
shell: bash
run: ./reconftw.sh --check-tools
- name: Check if chromium dependencies are installed
shell: bash
run: nuclei -headless -id screenshot