Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Feb 9, 2024
1 parent a41126b commit c7280f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/ci_build_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@ name: CI - Build & Test - Xcode 15

on:
push:
branches:
- master
- dev
branches:
- master
- dev

pull_request:
branches:
- master
- dev
branches:
- master
- dev

jobs:
Build:
permissions: write-all
permissions:
pull-requests: 'write'
# This workflow needs write access to the checks to publish
# the results of the tests via xcresulttool.
checks: write

runs-on: macos-13
steps:
- name: Checkout
Expand All @@ -27,7 +32,10 @@ jobs:
xcodebuild_action: "build"

Test:
permissions: write-all
permissions:
# This workflow needs write access to the checks to publish
# the results of the tests via xcresulttool.
checks: write
runs-on: macos-13
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Mlem/API/APIRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

// MARK: - APIRequest

enum APIRequestError: Error {
enum APIRequestError: Error
case authenticationRequired
case undefinedSession
}
Expand Down

0 comments on commit c7280f5

Please sign in to comment.