Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin authored Jul 9, 2024
2 parents f9170d1 + e168286 commit 2ed0312
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: validate-and-build
name: build
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
validate-and-build:
build:
#Note that the CircleCI job used a Container. The way to do this with Github Actions
#is to first start up a Virtual Machine, then we can by following:
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idcontainer
runs-on: ubuntu-latest
steps:
- name: Check out the repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
Expand All @@ -27,10 +27,6 @@ jobs:
pip install contentctl
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git
- name: Running validate
run: |
contentctl validate
- name: Running build with enrichments
run: |
contentctl build --enrichments
Expand Down

0 comments on commit 2ed0312

Please sign in to comment.