Skip to content

Updated Workspace. #520

Updated Workspace.

Updated Workspace. #520

Workflow file for this run

# Web.yaml
#
# This source file is part of the SDGInterface open source project.
# https://sdggiesbrecht.github.io/SDGInterface
#
# Copyright ©2021–2024 Jeremy David Giesbrecht and the SDGInterface project contributors.
#
# Soli Deo gloria.
#
# Licensed under the Apache Licence, Version 2.0.
# See http://www.apache.org/licenses/LICENSE-2.0 for licence information.
name: Web
on: [push, pull_request]
jobs:
Web:
name: Web
runs-on: ubuntu-20.04
container: ghcr.io/swiftwasm/carton:0.19.1
steps:
- name: Check out
uses: actions/checkout@v3
- name: Cache Workspace
uses: actions/cache@v3
with:
key: Web‐${{ hashFiles('.github/workflows/**') }}
path: .build/SDG/Workspace
- name: Test
shell: bash
run: |
set -x
export TARGETING_WEB=true
carton test