Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Dec 20, 2023
2 parents 459fce0 + ac19102 commit b579ec3
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 356 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
- development
- staging
#env:

jobs:
build:
Expand Down Expand Up @@ -64,7 +61,8 @@ jobs:
bee-url: ${{ env.SWARM_URL }}
dir: ./build
index-document: index.html
timeout: 200000
pin: true
timeout: 20000
- name: update feed
id: swarm-feed
uses: ethersphere/swarm-actions/write-feed@latest
Expand All @@ -90,4 +88,4 @@ jobs:
env:
TOKEN: "${{ secrets.purge_token }}"
run: |
curl -s ${{ env.PURGE_URL }}/deploy/purge?token=${{ secrets.purge_token }} -H "site: create${{ env.DEPLOYMENT }}fairdatasociety.org" -H "uri: "
curl -s ${{ env.PURGE_URL }}/deploy/purge?token=${{ secrets.purge_token }} -H "site: create${{ env.DEPLOYMENT }}fairdrive.io" -H "uri: *"
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci --cache .npm

- name: Check types
run: npm run check:types

- name: Lint check
run: npm run lint:check

- name: Install fdp-play
run: npm install -g @fairdatasociety/fdp-play

Expand Down
Loading

0 comments on commit b579ec3

Please sign in to comment.